fix build with no-srtp
authorJ Mohan Rao Arisankala <mohan@computer.org>
Sat, 27 Feb 2016 03:20:07 +0000 (08:50 +0530)
committerRich Salz <rsalz@openssl.org>
Sat, 27 Feb 2016 22:41:34 +0000 (17:41 -0500)
commitb07c703ff6696fc8f886a7b04366af894f491fcd
tree31f1bb0921cb933ed6769cff0185ecc013ba05c6
parentb37d6abf8c804c48767813eef59c00b464b51115
fix build with no-srtp

- srtp_profiles variable is defined when building with SRTP, keeping
the variable usage also under ifndef OPENSSL_NO_SRTP
- alpn help option was kept under ifndef OPENSSL_NO_SRTP

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_server.c