mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
test.c: missed a _SMALL_STACK spot in rsa_ecc_certgen_test().
This commit is contained in:
@@ -12975,8 +12975,10 @@ exit_rsa:
|
|||||||
wc_ecc_free(caEccKeyPub);
|
wc_ecc_free(caEccKeyPub);
|
||||||
XFREE(caEccKeyPub, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
XFREE(caEccKeyPub, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
||||||
}
|
}
|
||||||
|
#ifdef WOLFSSL_TEST_CERT
|
||||||
if (decode != NULL)
|
if (decode != NULL)
|
||||||
XFREE(decode, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
XFREE(decode, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
wc_FreeRsaKey(caKey);
|
wc_FreeRsaKey(caKey);
|
||||||
wc_ecc_free(caEccKey);
|
wc_ecc_free(caEccKey);
|
||||||
|
Reference in New Issue
Block a user