提交 a45dca66 编写于 作者: M Matt Caswell

Add missing break statement

The -psk option processing was falling through to the -srp option
processing in the ciphers app.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 e7653f3b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册