Fix SRTP s_client/s_server options
authorMatt Caswell <matt@openssl.org>
Tue, 4 Aug 2015 18:18:02 +0000 (19:18 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 4 Aug 2015 18:20:11 +0000 (19:20 +0100)
commite77bdc7310fc8fb9e22fd481a991b3576d128b9f
tree2bb9adfcaf2d17e5735ac5035cf270e8cd88dbc9
parentc3fc7eeab884b6876a1b4006163f190d325aa047
Fix SRTP s_client/s_server options

The -use_srtp s_client/s_server option is supposed to take a colon
separated string as an argument. In master this was incorrectly set to
expect a filename.

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