Skip to content

Commit 67c2d80

Browse files
authored
Merge pull request #9337 from douzzer/20251023-FIPS-autotools-fix
20251023-FIPS-autotools-fix
2 parents 33b08ed + 6ff47a7 commit 67c2d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ if BUILD_RC2
848848
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/rc2.c
849849
endif
850850

851-
if !BUILD_FIPS_V6
851+
if !BUILD_FIPS_V6_PLUS
852852
if BUILD_SP
853853
if BUILD_SP_C32
854854
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_c32.c
@@ -878,7 +878,7 @@ if BUILD_SP_ARM_CORTEX
878878
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_cortexm.c
879879
endif
880880
endif BUILD_SP
881-
endif !BUILD_FIPS_V6
881+
endif !BUILD_FIPS_V6_PLUS
882882

883883
if BUILD_SP_INT
884884
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sp_int.c

0 commit comments

Comments
 (0)