summaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2017-12-15 23:54:44 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2017-12-16 10:18:20 +0100
commit48ad955fc5f0e19acbc8acaa100af6526bc6b158 (patch)
tree5c828e8e01422a7e1c011964946e17ecac1d3eef /test/handshake_helper.c
parente06a83ff7ebf8681f7eb31488a2d53e770a32a4e (diff)
Fix a gcc fallthru warning
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4941)
Diffstat (limited to 'test/handshake_helper.c')
-rw-r--r--test/handshake_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index bb042bec50..0a19f59ce4 100644
--- 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) {