summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-08-10 06:41:49 +0000
committertb <>2024-08-10 06:41:49 +0000
commit04ef9499c2bc221c90eb7bd81841524c46ffde33 (patch)
treecd2b53ba38622e9adc2d501ad42106143a44e9fe /src/lib/libcrypto/Makefile
parentc3920a897db4b2da14a49fbba87f93fd938245f9 (diff)
downloadopenbsd-04ef9499c2bc221c90eb7bd81841524c46ffde33.tar.gz
openbsd-04ef9499c2bc221c90eb7bd81841524c46ffde33.tar.bz2
openbsd-04ef9499c2bc221c90eb7bd81841524c46ffde33.zip
Remove the empty ui_compat.h
unused in ports and on codesearch
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 26e76bba2d..30c63be8e4 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.201 2024/08/02 10:48:54 jsing Exp $ 1# $OpenBSD: Makefile,v 1.202 2024/08/10 06:41:49 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -723,7 +723,6 @@ HDRS=\
723 ${LCRYPTO_SRC}/ts/ts.h \ 723 ${LCRYPTO_SRC}/ts/ts.h \
724 ${LCRYPTO_SRC}/txt_db/txt_db.h \ 724 ${LCRYPTO_SRC}/txt_db/txt_db.h \
725 ${LCRYPTO_SRC}/ui/ui.h \ 725 ${LCRYPTO_SRC}/ui/ui.h \
726 ${LCRYPTO_SRC}/ui/ui_compat.h \
727 ${LCRYPTO_SRC}/whrlpool/whrlpool.h \ 726 ${LCRYPTO_SRC}/whrlpool/whrlpool.h \
728 ${LCRYPTO_SRC}/x509/x509.h \ 727 ${LCRYPTO_SRC}/x509/x509.h \
729 ${LCRYPTO_SRC}/x509/x509_vfy.h \ 728 ${LCRYPTO_SRC}/x509/x509_vfy.h \