aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-28 11:05:00 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-28 11:05:00 -0600
commit8276b75db44582920f509ddb4b05924be7bc8c1a (patch)
treec6dd68c17304dd933b7be00b3c328c0563ea2500 /crypto/Makefile.am
parent6d21506b1b9baccefc461e3d4d5a35e11046a926 (diff)
downloadportable-8276b75db44582920f509ddb4b05924be7bc8c1a.tar.gz
portable-8276b75db44582920f509ddb4b05924be7bc8c1a.tar.bz2
portable-8276b75db44582920f509ddb4b05924be7bc8c1a.zip
Link x509_siginfo.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 4ca8d5f..7b46206 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -922,6 +922,7 @@ libcrypto_la_SOURCES += x509/x509_purp.c
922libcrypto_la_SOURCES += x509/x509_r2x.c 922libcrypto_la_SOURCES += x509/x509_r2x.c
923libcrypto_la_SOURCES += x509/x509_req.c 923libcrypto_la_SOURCES += x509/x509_req.c
924libcrypto_la_SOURCES += x509/x509_set.c 924libcrypto_la_SOURCES += x509/x509_set.c
925libcrypto_la_SOURCES += x509/x509_siginfo.c
925libcrypto_la_SOURCES += x509/x509_skey.c 926libcrypto_la_SOURCES += x509/x509_skey.c
926libcrypto_la_SOURCES += x509/x509_trs.c 927libcrypto_la_SOURCES += x509/x509_trs.c
927libcrypto_la_SOURCES += x509/x509_txt.c 928libcrypto_la_SOURCES += x509/x509_txt.c