add macro guard on test case

pull/8867/head
JacobBarthelmeh 2025-06-11 10:43:47 -06:00
parent 47cf634965
commit 8ee1f8f287
1 changed files with 1 additions and 1 deletions

View File

@ -33202,7 +33202,7 @@ static int test_wolfSSL_RAND(void)
} }
#ifdef WC_RNG_SEED_CB #if defined(WC_RNG_SEED_CB) && defined(OPENSSL_EXTRA)
static int wc_DummyGenerateSeed(OS_Seed* os, byte* output, word32 sz) static int wc_DummyGenerateSeed(OS_Seed* os, byte* output, word32 sz)
{ {
word32 i; word32 i;