You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/05/22 17:39:20 UTC

svn commit: r1681150 - /tomcat/native/trunk/native/include/ssl_private.h

Author: rjung
Date: Fri May 22 15:39:20 2015
New Revision: 1681150

URL: http://svn.apache.org/r1681150
Log:
Remove defines unused after r1681126.

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=1681150&r1=1681149&r2=1681150&view=diff
==============================================================================
--- tomcat/native/trunk/native/include/ssl_private.h (original)
+++ tomcat/native/trunk/native/include/ssl_private.h Fri May 22 15:39:20 2015
@@ -75,15 +75,10 @@
  * Define IDs for the temporary RSA keys and DH params
  */
 
-#define SSL_TMP_KEY_RSA_512     (0)
-#define SSL_TMP_KEY_RSA_1024    (1)
-#define SSL_TMP_KEY_RSA_2048    (2)
-#define SSL_TMP_KEY_RSA_4096    (3)
-#define SSL_TMP_KEY_DH_512      (4)
-#define SSL_TMP_KEY_DH_1024     (5)
-#define SSL_TMP_KEY_DH_2048     (6)
-#define SSL_TMP_KEY_DH_4096     (7)
-#define SSL_TMP_KEY_MAX         (8)
+#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)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org