aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-09-06 06:05:58 +0200
committerTheo Buehler <tb@openbsd.org>2025-09-06 06:06:34 +0200
commit607ae1b8056635de55a2e5ee229fdfec8ba384d9 (patch)
treeb9ffde635cc7f657bcf659bb0f3e1e097447bb90 /crypto
parentcf1a8cf5ba0aa8ff57362c1933318f6b8d9fbd12 (diff)
downloadportable-607ae1b8056635de55a2e5ee229fdfec8ba384d9.tar.gz
portable-607ae1b8056635de55a2e5ee229fdfec8ba384d9.tar.bz2
portable-607ae1b8056635de55a2e5ee229fdfec8ba384d9.zip
adapt to mlkem deduplication
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt3
-rw-r--r--crypto/Makefile.am3
2 files changed, 2 insertions, 4 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index f67d2bd..aacd2a7 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -437,8 +437,7 @@ set(
437 md4/md4.c 437 md4/md4.c
438 md5/md5.c 438 md5/md5.c
439 mlkem/mlkem.c 439 mlkem/mlkem.c
440 mlkem/mlkem1024.c 440 mlkem/mlkem_internal.c
441 mlkem/mlkem768.c
442 mlkem/mlkem_key.c 441 mlkem/mlkem_key.c
443 modes/cbc128.c 442 modes/cbc128.c
444 modes/ccm128.c 443 modes/ccm128.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 610341a..a116996 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -739,8 +739,7 @@ libcrypto_la_SOURCES += md5/md5.c
739 739
740# mlkem 740# mlkem
741libcrypto_la_SOURCES += mlkem/mlkem.c 741libcrypto_la_SOURCES += mlkem/mlkem.c
742libcrypto_la_SOURCES += mlkem/mlkem1024.c 742libcrypto_la_SOURCES += mlkem/mlkem_internal.c
743libcrypto_la_SOURCES += mlkem/mlkem768.c
744libcrypto_la_SOURCES += mlkem/mlkem_key.c 743libcrypto_la_SOURCES += mlkem/mlkem_key.c
745noinst_HEADERS += mlkem/mlkem_internal.h 744noinst_HEADERS += mlkem/mlkem_internal.h
746 745