From adb43085975102ce9fe790764533390a829859af Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 28 Jan 2023 19:14:38 +0000 Subject: [PATCH] Stop installing x509_verify.h ok jsing --- lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 451a48091c8..15706eb8100 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.93 2023/01/21 17:29:56 jsing Exp $ +# $OpenBSD: Makefile,v 1.94 2023/01/28 19:14:38 tb Exp $ LIB= crypto LIBREBUILD=y @@ -860,7 +860,6 @@ HDRS=\ ${LCRYPTO_SRC}/whrlpool/whrlpool.h \ ${LCRYPTO_SRC}/x509/x509.h \ ${LCRYPTO_SRC}/x509/x509_vfy.h \ - ${LCRYPTO_SRC}/x509/x509_verify.h \ ${LCRYPTO_SRC}/x509/x509v3.h HDRS_GEN=\ -- 2.20.1