Skip to content

Commit

Permalink
Allow kyber to be built with FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Jul 25, 2024
1 parent 3a4788b commit 181c408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 181c408

Please sign in to comment.