We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a4cb2 commit 1cdb297Copy full SHA for 1cdb297
2 files changed
tests/api/test_hmac.c
@@ -749,6 +749,7 @@ int test_tls_hmac_size_overflow(void)
749
750
wolfSSL_free(ssl);
751
wolfSSL_CTX_free(ctx);
752
+ wolfSSL_Cleanup();
753
#endif /* !NO_HMAC && !WOLFSSL_AEAD_ONLY && !NO_TLS && NO_OLD_TLS &&
754
* !NO_WOLFSSL_CLIENT */
755
return EXPECT_RESULT();
wolfcrypt/src/ecc.c
@@ -1851,7 +1851,6 @@ int wc_ecc_curve_cache_init(void)
1851
void wc_ecc_curve_cache_free(void)
1852
{
1853
int x;
1854
-
1855
/* free all ECC curve caches */
1856
for (x = 0; x < (int)ECC_SET_COUNT; x++) {
1857
#ifdef WOLFSSL_NO_MALLOC
0 commit comments