diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-01-28 19:14:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-01-28 19:14:39 +0000 |
commit | ad881c8f5447fae2ec515a315204aabfd9aaa0b3 (patch) | |
tree | 12a1e582cc615c38ed8b19f6c47a09d100e77de2 | |
parent | 2defc381365223b70ed9f52e54cd6acb510ebdb6 (diff) |
Stop installing x509_verify.h
ok jsing
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 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=\ |