Skip to content

Commit 8ee1f8f

Browse files
add macro guard on test case
1 parent 47cf634 commit 8ee1f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33202,7 +33202,7 @@ static int test_wolfSSL_RAND(void)
3320233202
}
3320333203

3320433204

33205-
#ifdef WC_RNG_SEED_CB
33205+
#if defined(WC_RNG_SEED_CB) && defined(OPENSSL_EXTRA)
3320633206
static int wc_DummyGenerateSeed(OS_Seed* os, byte* output, word32 sz)
3320733207
{
3320833208
word32 i;

0 commit comments

Comments
 (0)