]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Delete a redundant break
authorwillmafh <willmafh@hotmail.com>
Tue, 3 Dec 2024 05:06:46 +0000 (13:06 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Dec 2024 14:25:47 +0000 (15:25 +0100)
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)

ssl/statem/statem.c

index ead36dfb7a670e1bb5168e7bfcdfb8ed0663da4f..67cb26ef46e97f5c4beae2910de4dd665f166934 100644 (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);