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:
e06a83f
)
Fix a gcc fallthru warning
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Fri, 15 Dec 2017 22:54:44 +0000
(23:54 +0100)
committer
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Sat, 16 Dec 2017 09:18:20 +0000
(10:18 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4941)
test/handshake_helper.c
patch
|
blob
|
history
diff --git
a/test/handshake_helper.c
b/test/handshake_helper.c
index bb042bec50ce7fd0756700e260a3afe20dd654bc..0a19f59ce49a563ce909eb6b4ff2ec949e60ccab 100644
(file)
--- a/
test/handshake_helper.c
+++ b/
test/handshake_helper.c
@@
-804,6
+804,7
@@
static handshake_status_t handshake_status(peer_status_t last_status,
*/
return INTERNAL_ERROR;
}
+ break;
case PEER_RETRY:
if (previous_status == PEER_RETRY) {