diff options
author | Theo Buehler <tb@openbsd.org> | 2024-06-24 00:46:12 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-24 00:46:12 -0600 |
commit | c5ff2daef0a196d85a13747a861bfa75b8f0f588 (patch) | |
tree | f7bf5e15848e487a56e36a607ccc0da7282f899e | |
parent | 79329e9dcf72a521dd4d66323dee05a28fbeb348 (diff) | |
download | portable-c5ff2daef0a196d85a13747a861bfa75b8f0f588.tar.gz portable-c5ff2daef0a196d85a13747a861bfa75b8f0f588.tar.bz2 portable-c5ff2daef0a196d85a13747a861bfa75b8f0f588.zip |
Link err_local.h to build
-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 08c632d..e2e4e39 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -565,6 +565,7 @@ libcrypto_la_SOURCES += engine/engine_stubs.c | |||
565 | libcrypto_la_SOURCES += err/err.c | 565 | libcrypto_la_SOURCES += err/err.c |
566 | libcrypto_la_SOURCES += err/err_all.c | 566 | libcrypto_la_SOURCES += err/err_all.c |
567 | libcrypto_la_SOURCES += err/err_prn.c | 567 | libcrypto_la_SOURCES += err/err_prn.c |
568 | noinst_HEADERS += err/err_local.h | ||
568 | 569 | ||
569 | # evp | 570 | # evp |
570 | libcrypto_la_SOURCES += evp/bio_b64.c | 571 | libcrypto_la_SOURCES += evp/bio_b64.c |