using macro inside the case.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
J Mohan Rao Arisankala 2016-02-27 09:05:51 +05:30 committed by Rich Salz
parent b07c703ff6
commit d631602533
1 changed files with 2 additions and 2 deletions

View File

@ -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;