diff --git a/src/include.am b/src/include.am index 1679e3b567..936cd33aeb 100644 --- a/src/include.am +++ b/src/include.am @@ -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