mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
OR default SSL_OP_LEGACY_SERVER_CONNECT so existing options are preserved
This commit is contained in:
parent
c2c49969e2
commit
7512141162
@ -1687,7 +1687,7 @@ SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
|
||||
/* Default is to connect to non-RI servers. When RI is more widely
|
||||
* deployed might change this.
|
||||
*/
|
||||
ret->options = SSL_OP_LEGACY_SERVER_CONNECT;
|
||||
ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
|
||||
|
||||
return(ret);
|
||||
err:
|
||||
|
Loading…
Reference in New Issue
Block a user