Skip to content

Commit

Permalink
Fix when SRTP is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort committed Dec 18, 2015
1 parent 3138475 commit f78119f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/s_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,9 @@ int s_server_main(int argc, char *argv[])
goto opthelp;
#endif
case OPT_SRTP_PROFILES:
#ifndef OPENSSL_NO_SRTP
srtp_profiles = opt_arg();
#endif
break;
case OPT_KEYMATEXPORT:
keymatexportlabel = opt_arg();
Expand Down

0 comments on commit f78119f

Please sign in to comment.