From: Bernd Edlinger Date: Fri, 15 Dec 2017 22:54:44 +0000 (+0100) Subject: Fix a gcc fallthru warning X-Git-Tag: OpenSSL_1_1_0h~155 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=48ad955fc5f0e19acbc8acaa100af6526bc6b158;p=oweals%2Fopenssl.git Fix a gcc fallthru warning Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4941) --- 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) {