forked from wolfSSL/wolfssl
Merge pull request #7788 from anhu/kyber_with_fips
Allow kyber to be built with FIPS
This commit is contained in:
@ -995,7 +995,6 @@ if BUILD_SAKKE
|
||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/sakke.c
|
||||
endif
|
||||
|
||||
if !BUILD_FIPS_CURRENT
|
||||
if BUILD_WC_KYBER
|
||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/wc_kyber.c
|
||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/wc_kyber_poly.c
|
||||
@ -1005,7 +1004,6 @@ src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/wc_kyber_asm.S
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
if BUILD_DILITHIUM
|
||||
src_libwolfssl@LIBSUFFIX@_la_SOURCES += wolfcrypt/src/dilithium.c
|
||||
|
Reference in New Issue
Block a user