From e7452415c571ae596dfdfa9233e5cc9d0a857fb4 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 16 Oct 2013 00:57:01 +0100 Subject: SSL: Corrected typo from commit 87861c9b0e8155 --- lib/ssluse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssluse.c b/lib/ssluse.c index 4d903927c..37178f8aa 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; -- cgit v1.2.3