summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c4
1 files changed, 2 insertions, 2 deletions
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;