Commit a45dca66 authored by Matt Caswell's avatar Matt Caswell
Browse files

Add missing break statement



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

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent e7653f3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;