projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e2534
)
Fix missing break in option parsing
author
Matt Caswell
<matt@openssl.org>
Fri, 15 Apr 2016 13:11:09 +0000
(14:11 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 21 Apr 2016 09:51:57 +0000
(10:51 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index d658e04994e0d6f270da969e9fd64921334161d7..5d575ad7267adbb7b89338e0d55659fd0d25eb03 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-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;