From 453b91d6329d9b353060b1a405a350428ad1d2b4 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 26 Apr 2023 19:16:02 +0000 Subject: Add the new policy code to the build. ok tb@ jsing@ --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 9ebb2e1bdc..4e363d970b 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb