Skip to content

Commit 1cdb297

Browse files
committed
Fix test cleanup
1 parent e6a4cb2 commit 1cdb297

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_hmac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ int test_tls_hmac_size_overflow(void)
749749

750750
wolfSSL_free(ssl);
751751
wolfSSL_CTX_free(ctx);
752+
wolfSSL_Cleanup();
752753
#endif /* !NO_HMAC && !WOLFSSL_AEAD_ONLY && !NO_TLS && NO_OLD_TLS &&
753754
* !NO_WOLFSSL_CLIENT */
754755
return EXPECT_RESULT();

wolfcrypt/src/ecc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,6 @@ int wc_ecc_curve_cache_init(void)
18511851
void wc_ecc_curve_cache_free(void)
18521852
{
18531853
int x;
1854-
18551854
/* free all ECC curve caches */
18561855
for (x = 0; x < (int)ECC_SET_COUNT; x++) {
18571856
#ifdef WOLFSSL_NO_MALLOC

0 commit comments

Comments
 (0)