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:
c3d76bb
)
Fix a gcc warning about possible fall through
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Wed, 14 Feb 2018 20:30:32 +0000
(21:30 +0100)
committer
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Thu, 15 Feb 2018 10:56:47 +0000
(11:56 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5373)
test/handshake_helper.c
patch
|
blob
|
history
diff --git
a/test/handshake_helper.c
b/test/handshake_helper.c
index 16d2d7318d6a3131518c0bfff27595b1f1c351e7..c0265ab3c0ddc70739fb53b21680a75d577d1f7a 100644
(file)
--- a/
test/handshake_helper.c
+++ b/
test/handshake_helper.c
@@
-1155,6
+1155,7
@@
static handshake_status_t handshake_status(peer_status_t last_status,
*/
return INTERNAL_ERROR;
}
+ break;
case PEER_RETRY:
return HANDSHAKE_RETRY;