Oops, one SSL_OP_NON_EXPORT_FIRST was left.

This commit is contained in:
Lutz Jänicke 2001-08-03 13:05:44 +00:00
parent 1ba01caaa3
commit e9eb000c53

View File

@ -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);