Fix SRTP s_client/s_server options
[openssl.git] / apps / s_server.c
index a1fcb6e8783ef297cec845a6de8ff46b100bb945..e7c794c2a5ea5816c65faee5cc935ed7661f3f27 100644 (file)
@@ -949,7 +949,7 @@ OPTIONS s_server_options[] = {
      "Set the advertised protocols for the NPN extension (comma-separated list)"},
 #endif
 #ifndef OPENSSL_NO_SRTP
-    {"use_srtp", OPT_SRTP_PROFILES, '<',
+    {"use_srtp", OPT_SRTP_PROFILES, 's',
      "Offer SRTP key management with a colon-separated profile list"},
     {"alpn", OPT_ALPN, 's',
      "Set the advertised protocols for the ALPN extension (comma-separated list)"},