Increase the default security level to 2
[openssl.git] / include / openssl / tls1.h
index d6e9331fa1e94de4cfcf13d765b08b29a385d1cf..7be6d473f8807f8b44aab80e7141b7ed4a85c10f 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 
 /* Default security level if not overridden at config time */
 # ifndef OPENSSL_TLS_SECURITY_LEVEL
-#  define OPENSSL_TLS_SECURITY_LEVEL 1
+#  define OPENSSL_TLS_SECURITY_LEVEL 2
 # endif
 
 /* TLS*_VERSION constants are defined in prov_ssl.h */