Skip to content

Commit

Permalink
Delete a redundant break
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Tom Cosgrove <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#26095)
  • Loading branch information
willmafh authored and t8m committed Dec 6, 2024
1 parent f7c4d45 commit 764a876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssl/statem/statem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 764a876

Please sign in to comment.