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:
ffbf304
)
missing break
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 25 Jun 2015 03:05:07 +0000
(
04:05
+0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 25 Jun 2015 11:55:56 +0000
(12:55 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index f82f9db05d4ba5f22b50d8394ced5f02f850d7d1..559cf706a7af351fffca1a0101409147c554d874 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-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: