Skip to content

Commit 3c06b0e

Browse files
committed
random.c: correct comment per review.
1 parent 11c53ab commit 3c06b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3390,7 +3390,7 @@ int wc_RNG_HealthTest_SHA256_ex(
33903390

33913391
return ret;
33923392
}
3393-
#endif /* !NO_SHA256 && !HAVE_SELFTEST && FIPS v7+ */
3393+
#endif /* !NO_SHA256 && !HAVE_SELFTEST && (!HAVE_FIPS || FIPS v7+) */
33943394

33953395

33963396
#ifdef WOLFSSL_DRBG_SHA512

0 commit comments

Comments
 (0)