aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-06-24 00:46:12 -0600
committerTheo Buehler <tb@openbsd.org>2024-06-24 00:46:12 -0600
commitc5ff2daef0a196d85a13747a861bfa75b8f0f588 (patch)
treef7bf5e15848e487a56e36a607ccc0da7282f899e /crypto
parent79329e9dcf72a521dd4d66323dee05a28fbeb348 (diff)
downloadportable-c5ff2daef0a196d85a13747a861bfa75b8f0f588.tar.gz
portable-c5ff2daef0a196d85a13747a861bfa75b8f0f588.tar.bz2
portable-c5ff2daef0a196d85a13747a861bfa75b8f0f588.zip
Link err_local.h to build
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am1
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
565libcrypto_la_SOURCES += err/err.c 565libcrypto_la_SOURCES += err/err.c
566libcrypto_la_SOURCES += err/err_all.c 566libcrypto_la_SOURCES += err/err_all.c
567libcrypto_la_SOURCES += err/err_prn.c 567libcrypto_la_SOURCES += err/err_prn.c
568noinst_HEADERS += err/err_local.h
568 569
569# evp 570# evp
570libcrypto_la_SOURCES += evp/bio_b64.c 571libcrypto_la_SOURCES += evp/bio_b64.c