From c84ea8df8868d23b0b4762d77c510077bf79a2f0 Mon Sep 17 00:00:00 2001 From: rizlik Date: Tue, 12 May 2026 18:54:22 +0200 Subject: [PATCH] tests: api: remove extra wolfSSL_cleanup() --- tests/api/test_hmac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/api/test_hmac.c b/tests/api/test_hmac.c index 9961c55b01..b2c83f2794 100644 --- a/tests/api/test_hmac.c +++ b/tests/api/test_hmac.c @@ -749,7 +749,6 @@ int test_tls_hmac_size_overflow(void) wolfSSL_free(ssl); wolfSSL_CTX_free(ctx); - wolfSSL_Cleanup(); #endif /* !NO_HMAC && !WOLFSSL_AEAD_ONLY && !NO_TLS && NO_OLD_TLS && * !NO_WOLFSSL_CLIENT */ return EXPECT_RESULT();