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