aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-08-03 13:05:44 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-08-03 13:05:44 +0000
commite9eb000c533058d2d39d71f6681b764a02f76ce9 (patch)
tree8023cafc53156a5d8431beceaf2955aceb96a5c1
parent1ba01caaa33f93b27b7ce83cfe5ea8dcdc36546f (diff)
downloadopenssl-e9eb000c533058d2d39d71f6681b764a02f76ce9.tar.gz
Oops, one SSL_OP_NON_EXPORT_FIRST was left.
-rw-r--r--apps/s_server.c1
1 files changed, 0 insertions, 1 deletions
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);