mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Merge pull request #6154 from kaleb-himes/wolfmikey-w-fips-140-3
Allow building of sakke as external non-FIPS algorithm with wolfmikey product
This commit is contained in:
@@ -612,13 +612,14 @@ if !BUILD_FIPS_CURRENT
|
|||||||
if BUILD_ECC
|
if BUILD_ECC
|
||||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/ecc.c
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/ecc.c
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
if BUILD_ECCSI
|
if BUILD_ECCSI
|
||||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/eccsi.c
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/eccsi.c
|
||||||
endif
|
endif
|
||||||
if BUILD_SAKKE
|
if BUILD_SAKKE
|
||||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sakke.c
|
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sakke.c
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
if !BUILD_FIPS_CURRENT
|
if !BUILD_FIPS_CURRENT
|
||||||
if BUILD_WC_KYBER
|
if BUILD_WC_KYBER
|
||||||
|
Reference in New Issue
Block a user