mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
free test certificate when test is done
This commit is contained in:
@@ -27763,6 +27763,7 @@ static void test_wolfSSL_X509_sign(void)
|
|||||||
EVP_PKEY_free(priv);
|
EVP_PKEY_free(priv);
|
||||||
EVP_PKEY_free(pub);
|
EVP_PKEY_free(pub);
|
||||||
X509_free(x509);
|
X509_free(x509);
|
||||||
|
X509_free(ca);
|
||||||
|
|
||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user