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

using macro inside the case.

Reviewed-by: NKurt Roeckx <kurt@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 b07c703f
......@@ -1490,11 +1490,11 @@ int s_server_main(int argc, char *argv[])
case OPT_ALPN:
alpn_in = opt_arg();
break;
#ifndef OPENSSL_NO_SRTP
case OPT_SRTP_PROFILES:
#ifndef OPENSSL_NO_SRTP
srtp_profiles = opt_arg();
break;
#endif
break;
case OPT_KEYMATEXPORT:
keymatexportlabel = opt_arg();
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册