summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.120 2023/04/26 14:27:40 tb Exp $ 1# $OpenBSD: Makefile,v 1.121 2023/04/26 19:16:02 beck Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -689,6 +689,7 @@ SRCS+= x509_ocsp.c
689SRCS+= x509_pcons.c 689SRCS+= x509_pcons.c
690SRCS+= x509_pku.c 690SRCS+= x509_pku.c
691SRCS+= x509_pmaps.c 691SRCS+= x509_pmaps.c
692SRCS+= x509_policy.c
692SRCS+= x509_prn.c 693SRCS+= x509_prn.c
693SRCS+= x509_purp.c 694SRCS+= x509_purp.c
694SRCS+= x509_r2x.c 695SRCS+= x509_r2x.c