diff options
| author | beck <> | 2025-09-05 23:30:12 +0000 |
|---|---|---|
| committer | beck <> | 2025-09-05 23:30:12 +0000 |
| commit | 21ce890cad6ae67e0d52f7bfdc44579df2bfc032 (patch) | |
| tree | 696ffc96af9e6fa399dc93af7325749db45458c5 /src/lib/libcrypto/Makefile | |
| parent | dc98dc450acd1ba6a9a274662e55679f5c93e5fa (diff) | |
| download | openbsd-21ce890cad6ae67e0d52f7bfdc44579df2bfc032.tar.gz openbsd-21ce890cad6ae67e0d52f7bfdc44579df2bfc032.tar.bz2 openbsd-21ce890cad6ae67e0d52f7bfdc44579df2bfc032.zip | |
Deduplicate the mlkem 768 and mlkem 1024 code.
This moves everything not public to mlkem_internal.c
removing the old files and doing some further cleanup
on the way.
With this landed mlkem is out of my stack and can be
changed without breaking my subsequent changes
ok tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5ee28b0e6c..92866400c2 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.243 2025/08/25 16:48:01 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.244 2025/09/05 23:30:12 beck Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -375,8 +375,7 @@ SRCS+= md5.c | |||
| 375 | 375 | ||
| 376 | # mlkem/ | 376 | # mlkem/ |
| 377 | SRCS+= mlkem.c | 377 | SRCS+= mlkem.c |
| 378 | SRCS+= mlkem768.c | 378 | SRCS+= mlkem_internal.c |
| 379 | SRCS+= mlkem1024.c | ||
| 380 | SRCS+= mlkem_key.c | 379 | SRCS+= mlkem_key.c |
| 381 | 380 | ||
| 382 | # modes/ | 381 | # modes/ |
