diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index e71f8b4bf4..090589559e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.204 2024/08/31 09:21:44 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.205 2024/08/31 09:29:03 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -682,7 +682,6 @@ HDRS=\ | |||
682 | ${LCRYPTO_SRC}/cms/cms.h \ | 682 | ${LCRYPTO_SRC}/cms/cms.h \ |
683 | ${LCRYPTO_SRC}/comp/comp.h \ | 683 | ${LCRYPTO_SRC}/comp/comp.h \ |
684 | ${LCRYPTO_SRC}/conf/conf.h \ | 684 | ${LCRYPTO_SRC}/conf/conf.h \ |
685 | ${LCRYPTO_SRC}/conf/conf_api.h \ | ||
686 | ${LCRYPTO_SRC}/crypto.h \ | 685 | ${LCRYPTO_SRC}/crypto.h \ |
687 | ${LCRYPTO_SRC}/ct/ct.h \ | 686 | ${LCRYPTO_SRC}/ct/ct.h \ |
688 | ${LCRYPTO_SRC}/curve25519/curve25519.h \ | 687 | ${LCRYPTO_SRC}/curve25519/curve25519.h \ |