From: Lutz Jänicke Date: Fri, 3 Aug 2001 13:05:44 +0000 (+0000) Subject: Oops, one SSL_OP_NON_EXPORT_FIRST was left. X-Git-Tag: OpenSSL_0_9_6c~147^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9eb000c533058d2d39d71f6681b764a02f76ce9;p=oweals%2Fopenssl.git Oops, one SSL_OP_NON_EXPORT_FIRST was left. --- diff --git a/apps/s_server.c b/apps/s_server.c index 269b28dfd1..d3685acfeb 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -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);