diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-26 13:18:17 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-26 13:18:17 -0600 |
commit | 4c2ab9981ec049bd9aa618321c747f1d48fe9a74 (patch) | |
tree | 93d9050006f691f1fee5dca257d3e588606c6e19 | |
parent | bafe5fa59dc11067aa6f872a36ddf9730d093261 (diff) | |
download | portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.tar.gz portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.tar.bz2 portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.zip |
Link x509_policy.c to the build
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index a110f4c..dae152a 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -759,6 +759,7 @@ set( | |||
759 | x509/x509_pcons.c | 759 | x509/x509_pcons.c |
760 | x509/x509_pku.c | 760 | x509/x509_pku.c |
761 | x509/x509_pmaps.c | 761 | x509/x509_pmaps.c |
762 | x509/x509_policy.c | ||
762 | x509/x509_prn.c | 763 | x509/x509_prn.c |
763 | x509/x509_purp.c | 764 | x509/x509_purp.c |
764 | x509/x509_r2x.c | 765 | x509/x509_r2x.c |
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 | |||
1044 | libcrypto_la_SOURCES += x509/x509_ocsp.c | 1044 | libcrypto_la_SOURCES += x509/x509_ocsp.c |
1045 | libcrypto_la_SOURCES += x509/x509_pcons.c | 1045 | libcrypto_la_SOURCES += x509/x509_pcons.c |
1046 | libcrypto_la_SOURCES += x509/x509_pku.c | 1046 | libcrypto_la_SOURCES += x509/x509_pku.c |
1047 | libcrypto_la_SOURCES += x509/x509_policy.c | ||
1047 | libcrypto_la_SOURCES += x509/x509_pmaps.c | 1048 | libcrypto_la_SOURCES += x509/x509_pmaps.c |
1048 | libcrypto_la_SOURCES += x509/x509_prn.c | 1049 | libcrypto_la_SOURCES += x509/x509_prn.c |
1049 | libcrypto_la_SOURCES += x509/x509_purp.c | 1050 | libcrypto_la_SOURCES += x509/x509_purp.c |