diff options
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -689,6 +689,7 @@ SRCS+= x509_ocsp.c | |||
689 | SRCS+= x509_pcons.c | 689 | SRCS+= x509_pcons.c |
690 | SRCS+= x509_pku.c | 690 | SRCS+= x509_pku.c |
691 | SRCS+= x509_pmaps.c | 691 | SRCS+= x509_pmaps.c |
692 | SRCS+= x509_policy.c | ||
692 | SRCS+= x509_prn.c | 693 | SRCS+= x509_prn.c |
693 | SRCS+= x509_purp.c | 694 | SRCS+= x509_purp.c |
694 | SRCS+= x509_r2x.c | 695 | SRCS+= x509_r2x.c |