summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-04-21 06:14:42 +0000
committertb <>2023-04-21 06:14:42 +0000
commita615a756b577078aed622223cd40a867ee604a44 (patch)
tree5a78749516e2506faa2f2054baf6ec443a63acff /src/lib/libcrypto/Makefile
parentaaa26512ad9c67f48a02bd1b4575c52eb783416b (diff)
downloadopenbsd-a615a756b577078aed622223cd40a867ee604a44.tar.gz
openbsd-a615a756b577078aed622223cd40a867ee604a44.tar.bz2
openbsd-a615a756b577078aed622223cd40a867ee604a44.zip
Remove the now unused x509_enum.c
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 c0a9d680af..19324a7e7e 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.107 2023/04/17 12:46:36 jsing Exp $ 1# $OpenBSD: Makefile,v 1.108 2023/04/21 06:14:42 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -685,7 +685,6 @@ SRCS+= x509_cpols.c
685SRCS+= x509_crld.c 685SRCS+= x509_crld.c
686SRCS+= x509_d2.c 686SRCS+= x509_d2.c
687SRCS+= x509_def.c 687SRCS+= x509_def.c
688SRCS+= x509_enum.c
689SRCS+= x509_err.c 688SRCS+= x509_err.c
690SRCS+= x509_ext.c 689SRCS+= x509_ext.c
691SRCS+= x509_extku.c 690SRCS+= x509_extku.c