From: J Mohan Rao Arisankala Date: Sat, 27 Feb 2016 03:35:51 +0000 (+0530) Subject: using macro inside the case. X-Git-Tag: OpenSSL_1_1_0-pre4~471 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d631602533d2e06f9a7a7645ee66638190e0db54;p=oweals%2Fopenssl.git using macro inside the case. Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz --- diff --git a/apps/s_server.c b/apps/s_server.c index 5ca1c5f1a8..cd7a1e1a25 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -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;