Add the new policy code to the build.
authorbeck <beck@openbsd.org>
Wed, 26 Apr 2023 19:16:02 +0000 (19:16 +0000)
committerbeck <beck@openbsd.org>
Wed, 26 Apr 2023 19:16:02 +0000 (19:16 +0000)
ok tb@ jsing@

lib/libcrypto/Makefile

index 9ebb2e1..4e363d9 100644 (file)
@@ -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