We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38df498 + 233e574 commit db4d2afCopy full SHA for db4d2af
tests/api/test_random.c
@@ -325,8 +325,8 @@ int test_wc_RNG_TestSeed(void)
325
{
326
EXPECT_DECLS;
327
#if defined(HAVE_HASHDRBG) && \
328
- !(defined(HAVE_FIPS) || defined(HAVE_SELFTEST)) || \
329
- (defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION >= 2))
+ (!(defined(HAVE_FIPS) || defined(HAVE_SELFTEST)) || \
+ (defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION >= 2)))
330
byte seed[16];
331
byte i;
332
0 commit comments