From 21ce890cad6ae67e0d52f7bfdc44579df2bfc032 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 5 Sep 2025 23:30:12 +0000 Subject: 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@ --- src/lib/libcrypto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.243 2025/08/25 16:48:01 tb Exp $ +# $OpenBSD: Makefile,v 1.244 2025/09/05 23:30:12 beck Exp $ LIB= crypto LIBREBUILD=y @@ -375,8 +375,7 @@ SRCS+= md5.c # mlkem/ SRCS+= mlkem.c -SRCS+= mlkem768.c -SRCS+= mlkem1024.c +SRCS+= mlkem_internal.c SRCS+= mlkem_key.c # modes/ -- cgit v1.2.3-55-g6feb