mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +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_free(sslServer);
|
||||||
SSL_CTX_free(ctx);
|
SSL_CTX_free(ctx);
|
||||||
|
|
||||||
|
#ifdef FP_ECC
|
||||||
|
wc_ecc_fp_free();
|
||||||
|
#endif
|
||||||
|
|
||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user