mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34: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);
|
||||
XFREE(caEccKeyPub, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
}
|
||||
#ifdef WOLFSSL_TEST_CERT
|
||||
if (decode != NULL)
|
||||
XFREE(decode, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
#endif
|
||||
#else
|
||||
wc_FreeRsaKey(caKey);
|
||||
wc_ecc_free(caEccKey);
|
||||
|
Reference in New Issue
Block a user