From: beck Date: Wed, 26 Apr 2023 19:16:02 +0000 (+0000) Subject: Add the new policy code to the build. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cdae8c1b3e99d6a3613c74bba41acb47e76b4f18;p=openbsd Add the new policy code to the build. ok tb@ jsing@ --- diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 9ebb2e1bdcf..4e363d970b2 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.120 2023/04/26 14:27:40 tb Exp $ +# $OpenBSD: Makefile,v 1.121 2023/04/26 19:16:02 beck Exp $ LIB= crypto LIBREBUILD=y @@ -689,6 +689,7 @@ SRCS+= x509_ocsp.c SRCS+= x509_pcons.c SRCS+= x509_pku.c SRCS+= x509_pmaps.c +SRCS+= x509_policy.c SRCS+= x509_prn.c SRCS+= x509_purp.c SRCS+= x509_r2x.c