aboutsummaryrefslogtreecommitdiff
path: root/test/handshake_helper.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-02-14 21:30:32 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-02-15 11:56:47 +0100
commit4d921bfb8b4161f735e5d3bc19fae264816c9c40 (patch)
tree2da42a76d67227e83a15a1ea96810975055838f5 /test/handshake_helper.c
parentc3d76bb254eb33dbe2cd23e00f5f135f3c12381c (diff)
downloadopenssl-4d921bfb8b4161f735e5d3bc19fae264816c9c40.zip
openssl-4d921bfb8b4161f735e5d3bc19fae264816c9c40.tar.gz
openssl-4d921bfb8b4161f735e5d3bc19fae264816c9c40.tar.bz2
Fix a gcc warning about possible fall through
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/5373)
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 16d2d73..c0265ab 100644
--- 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;