Add missing break statement
[openssl.git] / apps / ciphers.c
index 9e3b633700e336a8b61f68cd79d867e1a947f448..c0f43ea2e8b4b1a9aff68af4cafd07e8f2b2189f 100644 (file)
@@ -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;