Prevent use of RSA+MD5 in TLS 1.2 by default.
[openssl.git] / ssl / ssl3.h
index 5fd02791faa8de4c064fd99f736b2ca0899e1c1c..f49e1c8c7641369c1760736dc34fb86db073e95b 100644 (file)
@@ -590,9 +590,9 @@ typedef struct ssl3_state_st
         * running on OS X 10.6 or newer. We wish to know this because Safari
         * on 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. */
        char is_probably_safari;
-#endif /* OPENSSL_NO_EC */
+#endif /* !OPENSSL_NO_EC */
 
-#endif /* OPENSSL_NO_TLSEXT */
+#endif /* !OPENSSL_NO_TLSEXT */
        } SSL3_STATE;
 
 #endif