SSL: Corrected typo from commit 87861c9b0e8155
authorSteve Holme <steve_holme@hotmail.com>
Tue, 15 Oct 2013 23:57:01 +0000 (00:57 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 15 Oct 2013 23:57:01 +0000 (00:57 +0100)
lib/ssluse.c

index 4d90392..37178f8 100644 (file)
@@ -1577,7 +1577,7 @@ ossl_connect_step1(struct connectdata *conn,
     ctx_options |= SSL_OP_NO_SSLv2;
     ctx_options |= SSL_OP_NO_SSLv3;
     ctx_options |= SSL_OP_NO_TLSv1;
-#if defined(SSL_OP_NO_TLSv1_1)
+#if defined(SSL_OP_NO_TLSv1_2)
     ctx_options |= SSL_OP_NO_TLSv1_2;
 #endif
     break;