We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f84fb2 + 5fa8b15 commit 9a79c41Copy full SHA for 9a79c41
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -461,7 +461,7 @@
461
(WOLFSSL_FIPS_VERSION_CODE != WOLFSSL_MAKE_FIPS_VERSION3(major,minor,patch))
462
463
#if defined(HAVE_FIPS) && !defined(WC_FIPS_186_5) && !defined(WC_FIPS_186_4)
464
- #if FIPS_VERSION3_GE(7,0,0)
+ #if FIPS_VERSION3_GE(7,0,0) && !defined(WOLFSSL_FIPS_READY)
465
#ifndef WC_FIPS_186_5
466
#define WC_FIPS_186_5
467
#endif
0 commit comments