mirror of
https://github.com/curl/curl.git
synced 2026-06-05 08:14:15 +03:00
OpenSSL: follow-up for commit a20daf90e3
avoid checking preprocessor definition official value
This commit is contained in:
parent
00e615de7e
commit
e64d332e79
1 changed files with 1 additions and 2 deletions
|
|
@ -1553,8 +1553,7 @@ ossl_connect_step1(struct connectdata *conn,
|
|||
ctx_options |= SSL_OP_NO_TICKET;
|
||||
#endif
|
||||
|
||||
#if defined(SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG) && \
|
||||
(SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG == 0x00000008L)
|
||||
#ifdef SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG
|
||||
/* mitigate CVE-2010-4180 */
|
||||
ctx_options &= ~SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue