Fix a gcc fallthru warning
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 15 Dec 2017 22:54:44 +0000 (23:54 +0100)
committerBernd 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

index bb042bec50ce7fd0756700e260a3afe20dd654bc..0a19f59ce49a563ce909eb6b4ff2ec949e60ccab 100644 (file)
@@ -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) {