mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Remove check for NULL pointer
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
f487bd2e07
commit
f63a0058d3
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user