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:
96cfba0
)
set cmdline flag in s_server
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 26 Nov 2012 12:51:12 +0000
(12:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 26 Nov 2012 12:51:12 +0000
(12:51 +0000)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index 2fd2ec0738279ad4db0d3f7ac9061b5c64616804..6813fb794b6f00ec7076e6a500f8e781c62bd8cb 100644
(file)
--- a/
apps/s_server.c
+++ b/
apps/s_server.c
@@
-1019,6
+1019,7
@@
int MAIN(int argc, char *argv[])
if (!cctx)
goto end;
SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER);
+ SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CMDLINE);
verify_depth=0;
#ifdef FIONBIO