提交 4d921bfb 编写于 作者: B Bernd Edlinger

Fix a gcc warning about possible fall through

Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5373)
上级 c3d76bb2
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册