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:
8448b69
)
GH764: s_server: trace option fall through
author
J Mohan Rao Arisankala
<mohan@computer.org>
Mon, 29 Feb 2016 16:53:18 +0000
(22:23 +0530)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 29 Feb 2016 22:15:39 +0000
(17:15 -0500)
in s_server cmd:
specifying -trace option, falls through and turn-on security_debug
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index cd7a1e1a25ef4612b1134a29e7c89337b69ae6e6..5ac3d8f72d7c8abf2eb6fd5cc07d4d6b23af89d6 100644
(file)
--- a/
apps/s_server.c
+++ b/
apps/s_server.c
@@
-1332,9
+1332,8
@@
int s_server_main(int argc, char *argv[])
case OPT_TRACE:
#ifndef OPENSSL_NO_SSL_TRACE
s_msg = 2;
-#else
- break;
#endif
+ break;
case OPT_SECURITY_DEBUG:
sdebug = 1;
break;