mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Oops, one SSL_OP_NON_EXPORT_FIRST was left.
This commit is contained in:
parent
1ba01caaa3
commit
e9eb000c53
@ -685,7 +685,6 @@ bad:
|
||||
if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
|
||||
if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
|
||||
SSL_CTX_set_options(ctx,off);
|
||||
if (hack) SSL_CTX_set_options(ctx,SSL_OP_NON_EXPORT_FIRST);
|
||||
|
||||
if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user