aboutsummaryrefslogtreecommitdiff
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
parent6d21506b1b9baccefc461e3d4d5a35e11046a926 (diff)
downloadportable-8276b75db44582920f509ddb4b05924be7bc8c1a.tar.gz
portable-8276b75db44582920f509ddb4b05924be7bc8c1a.tar.bz2
portable-8276b75db44582920f509ddb4b05924be7bc8c1a.zip
Link x509_siginfo.c to the build
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 4492360..38b94fa 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -621,6 +621,7 @@ set(
621 x509/x509_r2x.c 621 x509/x509_r2x.c
622 x509/x509_req.c 622 x509/x509_req.c
623 x509/x509_set.c 623 x509/x509_set.c
624 x509/x509_siginfo.c
624 x509/x509_skey.c 625 x509/x509_skey.c
625 x509/x509_trs.c 626 x509/x509_trs.c
626 x509/x509_txt.c 627 x509/x509_txt.c
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