Author: rjung Date: Sat May 23 09:09:59 2015 New Revision: 1681295 URL: http://svn.apache.org/r1681295 Log: Remove unused leftovers from old DH temp key solution.
Modified: tomcat/native/trunk/native/include/ssl_private.h Modified: tomcat/native/trunk/native/include/ssl_private.h URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/include/ssl_private.h?rev=1681295&r1=1681294&r2=1681295&view=diff ============================================================================== --- tomcat/native/trunk/native/include/ssl_private.h (original) +++ tomcat/native/trunk/native/include/ssl_private.h Sat May 23 09:09:59 2015 @@ -71,15 +71,6 @@ #define SSL_AIDX_DSA (1) #define SSL_AIDX_MAX (2) -/* - * Define IDs for the temporary RSA keys and DH params - */ - -#define SSL_TMP_KEY_DH_512 (1) -#define SSL_TMP_KEY_DH_1024 (2) -#define SSL_TMP_KEY_DH_2048 (3) -#define SSL_TMP_KEY_DH_4096 (4) - #define SSL_CRT_FORMAT_UNDEF (0) #define SSL_CRT_FORMAT_ASN1 (1) #define SSL_CRT_FORMAT_TEXT (2) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org