X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..dd5fb164cf5b32c462296bc65e289e100f74b59a:/OSX/libsecurity_ssl/lib/sslBuildFlags.h?ds=sidebyside diff --git a/OSX/libsecurity_ssl/lib/sslBuildFlags.h b/OSX/libsecurity_ssl/lib/sslBuildFlags.h index b17519b1..650d0909 100644 --- a/OSX/libsecurity_ssl/lib/sslBuildFlags.h +++ b/OSX/libsecurity_ssl/lib/sslBuildFlags.h @@ -83,16 +83,16 @@ extern "C" { /* 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_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 #if defined(__cplusplus) }