Add missing break statement
authorMatt Caswell <matt@openssl.org>
Tue, 14 Jun 2016 10:21:44 +0000 (11:21 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Jun 2016 10:21:44 +0000 (11:21 +0100)
commita45dca668e375bb4f4eaaf98521a3c3f5f82a0c9
tree0a68e8aa72e83045194eef49fd1de092bb326f03
parente7653f3bab1d44b4dad65637982e72a15ede0a49
Add missing break statement

The -psk option processing was falling through to the -srp option
processing in the ciphers app.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/ciphers.c