X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fs_client.c;h=59342366b95ae5d128bb958d0e03d1facd9a9d84;hp=96f9da698593baa4a4c9281bc528dc2e165f0dc6;hb=dad886806f8bbf7fa0e82776e2ea8a23733b9a63;hpb=c1c1783d45a5e91951e6328a820939d0256c841c diff --git a/apps/s_client.c b/apps/s_client.c index 96f9da6985..59342366b9 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -935,7 +935,9 @@ int s_client_main(int argc, char **argv) int srp_lateuser = 0; SRP_ARG srp_arg = { NULL, NULL, 0, 0, 0, 1024 }; #endif +#ifndef OPENSSL_NO_SRTP char *srtp_profiles = NULL; +#endif #ifndef OPENSSL_NO_CT char *ctlog_file = NULL; int ct_validation = 0; @@ -1422,7 +1424,9 @@ int s_client_main(int argc, char **argv) noservername = 1; break; case OPT_USE_SRTP: +#ifndef OPENSSL_NO_SRTP srtp_profiles = opt_arg(); +#endif break; case OPT_KEYMATEXPORT: keymatexportlabel = opt_arg();