diff options
author | beck <> | 2023-04-26 19:16:02 +0000 |
---|---|---|
committer | beck <> | 2023-04-26 19:16:02 +0000 |
commit | 453b91d6329d9b353060b1a405a350428ad1d2b4 (patch) | |
tree | 0848e9ef226bfaf95214724e91c14bd25173ed7e /src | |
parent | d2576ff178ab71d730ed11f6d244e0035b9203c2 (diff) | |
download | openbsd-453b91d6329d9b353060b1a405a350428ad1d2b4.tar.gz openbsd-453b91d6329d9b353060b1a405a350428ad1d2b4.tar.bz2 openbsd-453b91d6329d9b353060b1a405a350428ad1d2b4.zip |
Add the new policy code to the build.
ok tb@ jsing@
Diffstat (limited to 'src')
-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 |