Update tls13ccstest.c, removal of deadcode

tst has been already checked for invalid value in the start of the function with switch statement.

Checked again here, so removed deadcode

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/23813)
This commit is contained in:
sharad3001 2024-03-11 15:49:01 +05:30 committed by Tomas Mraz
parent 7649b5548e
commit 39202836d6

View File

@ -471,10 +471,6 @@ static int test_tls13ccs(int tst)
|| !TEST_size_t_gt(chsessidlen, 0))
goto err;
break;
default:
TEST_error("Invalid test value");
goto err;
}
ret = 1;