Remove check for NULL pointer

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor 2026-06-04 10:33:07 +01:00
parent f487bd2e07
commit f63a0058d3

View File

@ -4429,7 +4429,6 @@ void tls_transcript_error_propagation(int endpoint,
server_options.server_max_version = tls_version;
abort_ctx.trigger = trigger;
TEST_ASSERT(abort_ctx.trigger != NULL);
if (endpoint == MBEDTLS_SSL_IS_CLIENT) {
client_options.cli_log_obj = &abort_ctx;