adapt to mlkem deduplication

This commit is contained in:
Theo Buehler
2025-09-06 06:05:58 +02:00
parent cf1a8cf5ba
commit 607ae1b805
2 changed files with 2 additions and 4 deletions

View File

@@ -437,8 +437,7 @@ set(
md4/md4.c
md5/md5.c
mlkem/mlkem.c
mlkem/mlkem1024.c
mlkem/mlkem768.c
mlkem/mlkem_internal.c
mlkem/mlkem_key.c
modes/cbc128.c
modes/ccm128.c

View File

@@ -739,8 +739,7 @@ libcrypto_la_SOURCES += md5/md5.c
# mlkem
libcrypto_la_SOURCES += mlkem/mlkem.c
libcrypto_la_SOURCES += mlkem/mlkem1024.c
libcrypto_la_SOURCES += mlkem/mlkem768.c
libcrypto_la_SOURCES += mlkem/mlkem_internal.c
libcrypto_la_SOURCES += mlkem/mlkem_key.c
noinst_HEADERS += mlkem/mlkem_internal.h