Enable PSK in FIPS mode.
[oweals/openssl.git] / ssl / ssl3.h
index 208b39243ed58351916e22e9d82a9e61d8c60ab8..cb8b2492ec976704c89ecc32e8009f051398ead4 100644 (file)
@@ -546,8 +546,8 @@ 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_TLSEXT */
+#endif /* !OPENSSL_NO_EC */
+#endif /* !OPENSSL_NO_TLSEXT */
        } SSL3_STATE;
 
 #endif