Fix for using static memory AES GCM test.

This commit is contained in:
David Garske
2020-05-28 15:09:00 -07:00
parent 5962931b21
commit 7ce7d244f8

View File

@ -8876,7 +8876,7 @@ int aesgcm_test(void)
WC_RNG rng; WC_RNG rng;
byte randIV[12]; byte randIV[12];
result = wc_InitRng(&rng); result = wc_InitRng_ex(&rng, HEAP_HINT, devId);
if (result != 0) if (result != 0)
return -6135; return -6135;