mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 03:02:19 +01:00
Merge pull request #9337 from douzzer/20251023-FIPS-autotools-fix
20251023-FIPS-autotools-fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user