diff options
author | tb <> | 2024-12-19 23:56:32 +0000 |
---|---|---|
committer | tb <> | 2024-12-19 23:56:32 +0000 |
commit | 86a35b733e7f43fa01b1c83b3c582855e18ef432 (patch) | |
tree | b039c907b1d4cf427c39c5fbf59ccc2081b7fefa /src/lib | |
parent | 8fd8fd2562b6b08b8039de1c445d4074d3709a41 (diff) | |
download | openbsd-86a35b733e7f43fa01b1c83b3c582855e18ef432.tar.gz openbsd-86a35b733e7f43fa01b1c83b3c582855e18ef432.tar.bz2 openbsd-86a35b733e7f43fa01b1c83b3c582855e18ef432.zip |
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
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.230 2024/12/13 00:17:17 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.231 2024/12/19 23:56:32 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -645,7 +645,6 @@ HDRS=\ | |||
645 | ${LCRYPTO_SRC}/bio/bio.h \ | 645 | ${LCRYPTO_SRC}/bio/bio.h \ |
646 | ${LCRYPTO_SRC}/bn/bn.h \ | 646 | ${LCRYPTO_SRC}/bn/bn.h \ |
647 | ${LCRYPTO_SRC}/buffer/buffer.h \ | 647 | ${LCRYPTO_SRC}/buffer/buffer.h \ |
648 | ${LCRYPTO_SRC}/bytestring/bytestring.h \ | ||
649 | ${LCRYPTO_SRC}/camellia/camellia.h \ | 648 | ${LCRYPTO_SRC}/camellia/camellia.h \ |
650 | ${LCRYPTO_SRC}/cast/cast.h \ | 649 | ${LCRYPTO_SRC}/cast/cast.h \ |
651 | ${LCRYPTO_SRC}/chacha/chacha.h \ | 650 | ${LCRYPTO_SRC}/chacha/chacha.h \ |
@@ -672,7 +671,6 @@ HDRS=\ | |||
672 | ${LCRYPTO_SRC}/lhash/lhash.h \ | 671 | ${LCRYPTO_SRC}/lhash/lhash.h \ |
673 | ${LCRYPTO_SRC}/md4/md4.h \ | 672 | ${LCRYPTO_SRC}/md4/md4.h \ |
674 | ${LCRYPTO_SRC}/md5/md5.h \ | 673 | ${LCRYPTO_SRC}/md5/md5.h \ |
675 | ${LCRYPTO_SRC}/mlkem/mlkem.h \ | ||
676 | ${LCRYPTO_SRC}/modes/modes.h \ | 674 | ${LCRYPTO_SRC}/modes/modes.h \ |
677 | ${LCRYPTO_SRC}/objects/objects.h \ | 675 | ${LCRYPTO_SRC}/objects/objects.h \ |
678 | ${LCRYPTO_SRC}/ocsp/ocsp.h \ | 676 | ${LCRYPTO_SRC}/ocsp/ocsp.h \ |