commit | e7452415c571ae596dfdfa9233e5cc9d0a857fb4 | [log] [tgz] |
---|---|---|
author | Steve Holme <steve_holme@hotmail.com> | Wed Oct 16 00:57:01 2013 +0100 |
committer | Steve Holme <steve_holme@hotmail.com> | Wed Oct 16 00:57:01 2013 +0100 |
tree | 0b935284084c8753f03147987d48ae8752b39d1a | |
parent | 87861c9b0e81558c8db1f188063233c0e5893688 [diff] |
SSL: Corrected typo from commit 87861c9b0e8155
diff --git a/lib/ssluse.c b/lib/ssluse.c index 4d90392..37178f8 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c
@@ -1577,7 +1577,7 @@ 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;