]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/lib/sslBuildFlags.h
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / lib / sslBuildFlags.h
index b17519b13a3e9cd033355c9bbdcc6def71559f27..fcb19aeb2f6127d188478d64e2efd714300f626c 100644 (file)
@@ -83,16 +83,15 @@ extern "C" {
 /* Experimental */
 #define ENABLE_DTLS                 1
 
 /* Experimental */
 #define ENABLE_DTLS                 1
 
-#define ENABLE_3DES                    1               /* normally enabled */
-#define ENABLE_RC4                     1               /* normally enabled */
-#define ENABLE_DES                     0               /* normally disabled */
-#define ENABLE_RC2                     0               /* normally disabled */
-#define ENABLE_AES                     1               /* normally enabled, our first preference */
-#define ENABLE_AES256          1               /* normally enabled */
-#define ENABLE_ECDHE           1
-#define ENABLE_ECDHE_RSA       1
-#define ENABLE_ECDH                    1
-#define ENABLE_ECDH_RSA                1
+#define ENABLE_3DES                 1          /* normally enabled */
+#define ENABLE_DES                  0          /* normally disabled */
+#define ENABLE_RC2                  0          /* normally disabled */
+#define ENABLE_AES                  1          /* normally enabled, our first preference */    
+#define ENABLE_AES256               1          /* normally enabled */
+#define ENABLE_ECDHE                1
+#define ENABLE_ECDHE_RSA            1
+#define ENABLE_ECDH                 1
+#define ENABLE_ECDH_RSA             1
 
 #if defined(__cplusplus)
 }
 
 #if defined(__cplusplus)
 }