mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 14:50:51 +02:00
Fix test cleanup
This commit is contained in:
@@ -749,6 +749,7 @@ 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();
|
||||
|
||||
@@ -1851,7 +1851,6 @@ int wc_ecc_curve_cache_init(void)
|
||||
void wc_ecc_curve_cache_free(void)
|
||||
{
|
||||
int x;
|
||||
|
||||
/* free all ECC curve caches */
|
||||
for (x = 0; x < (int)ECC_SET_COUNT; x++) {
|
||||
#ifdef WOLFSSL_NO_MALLOC
|
||||
|
||||
Reference in New Issue
Block a user