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)
This commit is contained in:
Bernd Edlinger 2018-02-14 21:30:32 +01:00
parent c3d76bb254
commit 4d921bfb8b

View File

@ -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;