提交 1c03c81f 编写于 作者: J J Mohan Rao Arisankala 提交者: Rich Salz

GH764: s_server: trace option fall through

in s_server cmd:
specifying -trace option, falls through and turn-on security_debug
Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 8448b69d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册