aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-26 13:18:17 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-26 13:18:17 -0600
commit4c2ab9981ec049bd9aa618321c747f1d48fe9a74 (patch)
tree93d9050006f691f1fee5dca257d3e588606c6e19 /crypto/Makefile.am
parentbafe5fa59dc11067aa6f872a36ddf9730d093261 (diff)
downloadportable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.tar.gz
portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.tar.bz2
portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.zip
Link x509_policy.c to the build
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 6b0f564..f7d6b87 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -1044,6 +1044,7 @@ libcrypto_la_SOURCES += x509/x509_obj.c
1044libcrypto_la_SOURCES += x509/x509_ocsp.c 1044libcrypto_la_SOURCES += x509/x509_ocsp.c
1045libcrypto_la_SOURCES += x509/x509_pcons.c 1045libcrypto_la_SOURCES += x509/x509_pcons.c
1046libcrypto_la_SOURCES += x509/x509_pku.c 1046libcrypto_la_SOURCES += x509/x509_pku.c
1047libcrypto_la_SOURCES += x509/x509_policy.c
1047libcrypto_la_SOURCES += x509/x509_pmaps.c 1048libcrypto_la_SOURCES += x509/x509_pmaps.c
1048libcrypto_la_SOURCES += x509/x509_prn.c 1049libcrypto_la_SOURCES += x509/x509_prn.c
1049libcrypto_la_SOURCES += x509/x509_purp.c 1050libcrypto_la_SOURCES += x509/x509_purp.c