diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-08-28 11:05:00 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-08-28 11:05:00 -0600 |
| commit | 8276b75db44582920f509ddb4b05924be7bc8c1a (patch) | |
| tree | c6dd68c17304dd933b7be00b3c328c0563ea2500 | |
| parent | 6d21506b1b9baccefc461e3d4d5a35e11046a926 (diff) | |
| download | portable-8276b75db44582920f509ddb4b05924be7bc8c1a.tar.gz portable-8276b75db44582920f509ddb4b05924be7bc8c1a.tar.bz2 portable-8276b75db44582920f509ddb4b05924be7bc8c1a.zip | |
Link x509_siginfo.c to the build
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
| 922 | libcrypto_la_SOURCES += x509/x509_r2x.c | 922 | libcrypto_la_SOURCES += x509/x509_r2x.c |
| 923 | libcrypto_la_SOURCES += x509/x509_req.c | 923 | libcrypto_la_SOURCES += x509/x509_req.c |
| 924 | libcrypto_la_SOURCES += x509/x509_set.c | 924 | libcrypto_la_SOURCES += x509/x509_set.c |
| 925 | libcrypto_la_SOURCES += x509/x509_siginfo.c | ||
| 925 | libcrypto_la_SOURCES += x509/x509_skey.c | 926 | libcrypto_la_SOURCES += x509/x509_skey.c |
| 926 | libcrypto_la_SOURCES += x509/x509_trs.c | 927 | libcrypto_la_SOURCES += x509/x509_trs.c |
| 927 | libcrypto_la_SOURCES += x509/x509_txt.c | 928 | libcrypto_la_SOURCES += x509/x509_txt.c |
