diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index fb9315f47..8f2c115b6 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -5741,7 +5741,7 @@ static int rsa_sig_test(RsaKey* key, word32 keyLen, int modLen, WC_RNG* rng) * -101 = USER_CRYPTO_ERROR */ if (ret == 0) -#elif defined(HAVE_FIPS) +#elif defined(HAVE_FIPS) || !defined(WC_RSA_BLINDING) /* FIPS140 implementation doesn't do blinding. */ if (ret != 0) #else