提交 75121411 编写于 作者: D Dr. Stephen Henson

OR default SSL_OP_LEGACY_SERVER_CONNECT so existing options are preserved

上级 c2c49969
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册