SSL: Corrected typo from commit 87861c9b0e

This commit is contained in:
Steve Holme 2013-10-16 00:57:01 +01:00
parent 87861c9b0e
commit e7452415c5
1 changed files with 1 additions and 1 deletions

View 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;