We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b08ed commit 6ff47a7Copy full SHA for 6ff47a7
1 file changed
src/include.am
@@ -848,7 +848,7 @@ if BUILD_RC2
848
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/rc2.c
849
endif
850
851
-if !BUILD_FIPS_V6
+if !BUILD_FIPS_V6_PLUS
852
if BUILD_SP
853
if BUILD_SP_C32
854
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_c32.c
@@ -878,7 +878,7 @@ if BUILD_SP_ARM_CORTEX
878
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_cortexm.c
879
880
endif BUILD_SP
881
-endif !BUILD_FIPS_V6
+endif !BUILD_FIPS_V6_PLUS
882
883
if BUILD_SP_INT
884
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_int.c
0 commit comments