]> granicus.if.org Git - curl/commitdiff
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 4d903927c7011152b8328ee3c92db61709832880..37178f8aa16fc0d5f83f27bccbd8f4a9f53e9847 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;