mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
OpenSSL: follow-up for commit a20daf90e3
avoid checking preprocessor definition official value
This commit is contained in:
parent
00e615de7e
commit
e64d332e79
@ -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…
x
Reference in New Issue
Block a user