From: Steve Holme Date: Tue, 15 Oct 2013 23:57:01 +0000 (+0100) Subject: SSL: Corrected typo from commit 87861c9b0e8155 X-Git-Tag: curl-7_34_0~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7452415c571ae596dfdfa9233e5cc9d0a857fb4;p=thirdparty%2Fcurl.git SSL: Corrected typo from commit 87861c9b0e8155 --- diff --git a/lib/ssluse.c b/lib/ssluse.c index 4d903927c7..37178f8aa1 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -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;