mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Need to free ecc cache
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user