mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Fix missing break in option parsing
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
56e253477d
commit
46da5f9ca9
@ -1384,6 +1384,7 @@ int s_client_main(int argc, char **argv)
|
||||
case OPT_STARTTLS:
|
||||
if (!opt_pair(opt_arg(), services, &starttls_proto))
|
||||
goto end;
|
||||
break;
|
||||
case OPT_SERVERNAME:
|
||||
servername = opt_arg();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user