Merge pull request #9337 from douzzer/20251023-FIPS-autotools-fix

20251023-FIPS-autotools-fix
This commit is contained in:
David Garske
2025-10-23 15:44:53 -07:00
committed by GitHub

View File

@@ -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