Need to free ecc cache

This commit is contained in:
Juliusz Sosinowicz
2021-07-19 16:30:51 +02:00
parent 51b6c413d3
commit c7a6b17922

View File

@@ -35259,6 +35259,10 @@ static void test_wolfSSL_BIO_accept(void)
SSL_free(sslServer);
SSL_CTX_free(ctx);
#ifdef FP_ECC
wc_ecc_fp_free();
#endif
printf(resultFmt, passed);
#endif
}