mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 05:10:48 +02:00
wolfssl/wolfcrypt/settings.h: for fips-ready, set WC_FIPS_186_4, not _5, to match v5/v6.
This commit is contained in:
@@ -461,7 +461,7 @@
|
||||
(WOLFSSL_FIPS_VERSION_CODE != WOLFSSL_MAKE_FIPS_VERSION3(major,minor,patch))
|
||||
|
||||
#if defined(HAVE_FIPS) && !defined(WC_FIPS_186_5) && !defined(WC_FIPS_186_4)
|
||||
#if FIPS_VERSION3_GE(7,0,0)
|
||||
#if FIPS_VERSION3_GE(7,0,0) && !defined(WOLFSSL_FIPS_READY)
|
||||
#ifndef WC_FIPS_186_5
|
||||
#define WC_FIPS_186_5
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user