tests: api: remove extra wolfSSL_cleanup()

This commit is contained in:
rizlik
2026-05-12 18:54:22 +02:00
parent b1a3d72854
commit c84ea8df88
-1
View File
@@ -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();