mirror of
https://github.com/curl/curl.git
synced 2025-04-06 16:10:34 +08:00
SSL: Corrected typo from commit 87861c9b0e8155
This commit is contained in:
parent
87861c9b0e
commit
e7452415c5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user