mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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:
parent
c3d76bb254
commit
4d921bfb8b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user