diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-10-16 00:57:01 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-10-16 00:57:01 +0100 |
commit | e7452415c571ae596dfdfa9233e5cc9d0a857fb4 (patch) | |
tree | 0b935284084c8753f03147987d48ae8752b39d1a /lib | |
parent | 87861c9b0e81558c8db1f188063233c0e5893688 (diff) |
SSL: Corrected typo from commit 87861c9b0e8155
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssluse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |