projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba01ca
)
Oops, one SSL_OP_NON_EXPORT_FIRST was left.
author
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 3 Aug 2001 13:05:44 +0000
(13:05 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Fri, 3 Aug 2001 13:05:44 +0000
(13:05 +0000)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index 269b28dfd16c7cf40c6f98c2202155ba6df15122..d3685acfeb3900472bab946d4ec4b305ca6cbda4 100644
(file)
--- 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);