summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/ciphers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ciphers.c b/apps/ciphers.c
index 9e3b633700..c0f43ea2e8 100644
--- a/apps/ciphers.c
+++ b/apps/ciphers.c
@@ -139,6 +139,7 @@ int ciphers_main(int argc, char **argv)
#ifndef OPENSSL_NO_PSK
psk = 1;
#endif
+ break;
case OPT_SRP:
#ifndef OPENSSL_NO_SRP
srp = 1;