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 /crypto/Makefile.am | |
parent | bafe5fa59dc11067aa6f872a36ddf9730d093261 (diff) | |
download | portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.tar.gz portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.tar.bz2 portable-4c2ab9981ec049bd9aa618321c747f1d48fe9a74.zip |
Link x509_policy.c to the build
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
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 |