mirror of https://github.com/wolfSSL/wolfssl.git
add macro guard on test case
parent
47cf634965
commit
8ee1f8f287
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue