From 86a35b733e7f43fa01b1c83b3c582855e18ef432 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 19 Dec 2024 23:56:32 +0000 Subject: Do not install mlkem.h and bytestring.h into /usr/include/openssl for now More work in mlkem is needed and this was premature. discussed with beck and jsing --- src/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index ab2349103d..db3bc767d9 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.230 2024/12/13 00:17:17 beck Exp $ +# $OpenBSD: Makefile,v 1.231 2024/12/19 23:56:32 tb Exp $ LIB= crypto LIBREBUILD=y @@ -645,7 +645,6 @@ HDRS=\ ${LCRYPTO_SRC}/bio/bio.h \ ${LCRYPTO_SRC}/bn/bn.h \ ${LCRYPTO_SRC}/buffer/buffer.h \ - ${LCRYPTO_SRC}/bytestring/bytestring.h \ ${LCRYPTO_SRC}/camellia/camellia.h \ ${LCRYPTO_SRC}/cast/cast.h \ ${LCRYPTO_SRC}/chacha/chacha.h \ @@ -672,7 +671,6 @@ HDRS=\ ${LCRYPTO_SRC}/lhash/lhash.h \ ${LCRYPTO_SRC}/md4/md4.h \ ${LCRYPTO_SRC}/md5/md5.h \ - ${LCRYPTO_SRC}/mlkem/mlkem.h \ ${LCRYPTO_SRC}/modes/modes.h \ ${LCRYPTO_SRC}/objects/objects.h \ ${LCRYPTO_SRC}/ocsp/ocsp.h \ -- cgit v1.2.3-55-g6feb