From a615a756b577078aed622223cd40a867ee604a44 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 21 Apr 2023 06:14:42 +0000 Subject: Remove the now unused x509_enum.c --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.107 2023/04/17 12:46:36 jsing Exp $ +# $OpenBSD: Makefile,v 1.108 2023/04/21 06:14:42 tb Exp $ LIB= crypto LIBREBUILD=y @@ -685,7 +685,6 @@ SRCS+= x509_cpols.c SRCS+= x509_crld.c SRCS+= x509_d2.c SRCS+= x509_def.c -SRCS+= x509_enum.c SRCS+= x509_err.c SRCS+= x509_ext.c SRCS+= x509_extku.c -- cgit v1.2.3-55-g6feb