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 8bdf5bb847..d6432cdc51 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.73 2022/05/05 08:50:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.74 2022/05/08 20:59:32 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -377,7 +377,6 @@ HDRS=\ | |||
377 | ${LCRYPTO_SRC}/conf/conf_api.h \ | 377 | ${LCRYPTO_SRC}/conf/conf_api.h \ |
378 | ${LCRYPTO_SRC}/crypto.h \ | 378 | ${LCRYPTO_SRC}/crypto.h \ |
379 | ${LCRYPTO_SRC}/ct/ct.h \ | 379 | ${LCRYPTO_SRC}/ct/ct.h \ |
380 | ${LCRYPTO_SRC}/ct/cterr.h \ | ||
381 | ${LCRYPTO_SRC}/curve25519/curve25519.h \ | 380 | ${LCRYPTO_SRC}/curve25519/curve25519.h \ |
382 | ${LCRYPTO_SRC}/des/des.h \ | 381 | ${LCRYPTO_SRC}/des/des.h \ |
383 | ${LCRYPTO_SRC}/dh/dh.h \ | 382 | ${LCRYPTO_SRC}/dh/dh.h \ |