]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_locl.h
Remove LOW from the default
[thirdparty/openssl.git] / ssl / ssl_locl.h
index f5d9df6bc0e6d4569b2efc2a37ca5b46c6ac8a49..d57b902fabbf04078141e201f5fb66d88d25ab80 100644 (file)
 # define SSL_MEDIUM              0x00000040L
 # define SSL_HIGH                0x00000080L
 # define SSL_FIPS                0x00000100L
+# define SSL_NOT_DEFAULT         0x00000200L
 
-/* we have used 000001ff - 23 bits left to go */
+/* we have used 000003ff - 22 bits left to go */
 
 /*-
  * Macros to check the export status and cipher strength for export ciphers.