diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 25d0cf24c..d38ea00ee 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -8876,7 +8876,7 @@ int aesgcm_test(void) WC_RNG rng; byte randIV[12]; - result = wc_InitRng(&rng); + result = wc_InitRng_ex(&rng, HEAP_HINT, devId); if (result != 0) return -6135;