Delete a redundant break

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26095)
This commit is contained in:
willmafh 2024-12-03 13:06:46 +08:00 committed by Tomas Mraz
parent f7c4d4519c
commit 764a876b64

View File

@ -850,7 +850,6 @@ static SUB_STATE_RETURN write_state_machine(SSL_CONNECTION *s)
case WRITE_TRAN_FINISHED:
return SUB_STATE_FINISHED;
break;
case WRITE_TRAN_ERROR:
check_fatal(s);