提交 13cbe5e7 编写于 作者: D Dr. Stephen Henson

missing break

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 ffbf304d
......@@ -888,6 +888,7 @@ int s_client_main(int argc, char **argv)
BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key);
goto end;
}
break;
#else
case OPT_PSK_IDENTITY:
case OPT_PSK:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册