[openssl-commits] [openssl] master update
Dr. Stephen Henson
steve at openssl.org
Thu Jun 25 11:58:09 UTC 2015
The branch master has been updated
via 13cbe5e711528da65753ad526ad69de406250402 (commit)
from ffbf304d4832bd51bb0618f8ca5b7c26647ee664 (commit)
- Log -----------------------------------------------------------------
commit 13cbe5e711528da65753ad526ad69de406250402
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Thu Jun 25 04:05:07 2015 +0100
missing break
Reviewed-by: Tim Hudson <tjh at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/s_client.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/s_client.c b/apps/s_client.c
index f82f9db..559cf70 100644
--- 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:
More information about the openssl-commits
mailing list