add macro guard on test case

This commit is contained in:
JacobBarthelmeh
2025-06-11 10:43:47 -06:00
parent 47cf634965
commit 8ee1f8f287

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)
{
word32 i;