diff --git a/src/include.am b/src/include.am index 7734df419..388ded7d8 100644 --- a/src/include.am +++ b/src/include.am @@ -848,7 +848,7 @@ if BUILD_RC2 src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/rc2.c endif -if !BUILD_FIPS_V6 +if !BUILD_FIPS_V6_PLUS if BUILD_SP if BUILD_SP_C32 src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_c32.c @@ -878,7 +878,7 @@ if BUILD_SP_ARM_CORTEX src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_cortexm.c endif endif BUILD_SP -endif !BUILD_FIPS_V6 +endif !BUILD_FIPS_V6_PLUS if BUILD_SP_INT src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_int.c