diff options
-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 \ |