diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-05-31 03:33:22 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-05-31 03:34:11 -0600 |
| commit | adff7f6528bb7e9f47d6293799095f7a79dd6bf7 (patch) | |
| tree | f847a19268bd8d638713e366a50d39d4396534af | |
| parent | ad6c7f0a49836fc4fbdd3a73960746051b573495 (diff) | |
| download | portable-adff7f6528bb7e9f47d6293799095f7a79dd6bf7.tar.gz portable-adff7f6528bb7e9f47d6293799095f7a79dd6bf7.tar.bz2 portable-adff7f6528bb7e9f47d6293799095f7a79dd6bf7.zip | |
link ec_field.c and ec_hp_methods.c to build
| -rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | crypto/Makefile.am | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index ea44d72..c059797 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -321,11 +321,13 @@ set( | |||
| 321 | ec/ec_convert.c | 321 | ec/ec_convert.c |
| 322 | ec/ec_curve.c | 322 | ec/ec_curve.c |
| 323 | ec/ec_err.c | 323 | ec/ec_err.c |
| 324 | ec/ec_field.c | ||
| 324 | ec/ec_key.c | 325 | ec/ec_key.c |
| 325 | ec/ec_lib.c | 326 | ec/ec_lib.c |
| 326 | ec/ec_mult.c | 327 | ec/ec_mult.c |
| 327 | ec/ec_pmeth.c | 328 | ec/ec_pmeth.c |
| 328 | ec/eck_prn.c | 329 | ec/eck_prn.c |
| 330 | ec/ecp_hp_methods.c | ||
| 329 | ec/ecp_methods.c | 331 | ec/ecp_methods.c |
| 330 | ec/ecx_methods.c | 332 | ec/ecx_methods.c |
| 331 | ecdh/ecdh.c | 333 | ecdh/ecdh.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 31eec90..f4d8007 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -565,13 +565,16 @@ libcrypto_la_SOURCES += ec/ec_asn1.c | |||
| 565 | libcrypto_la_SOURCES += ec/ec_convert.c | 565 | libcrypto_la_SOURCES += ec/ec_convert.c |
| 566 | libcrypto_la_SOURCES += ec/ec_curve.c | 566 | libcrypto_la_SOURCES += ec/ec_curve.c |
| 567 | libcrypto_la_SOURCES += ec/ec_err.c | 567 | libcrypto_la_SOURCES += ec/ec_err.c |
| 568 | libcrypto_la_SOURCES += ec/ec_field.c | ||
| 568 | libcrypto_la_SOURCES += ec/ec_key.c | 569 | libcrypto_la_SOURCES += ec/ec_key.c |
| 569 | libcrypto_la_SOURCES += ec/ec_lib.c | 570 | libcrypto_la_SOURCES += ec/ec_lib.c |
| 570 | libcrypto_la_SOURCES += ec/ec_mult.c | 571 | libcrypto_la_SOURCES += ec/ec_mult.c |
| 571 | libcrypto_la_SOURCES += ec/ec_pmeth.c | 572 | libcrypto_la_SOURCES += ec/ec_pmeth.c |
| 572 | libcrypto_la_SOURCES += ec/eck_prn.c | 573 | libcrypto_la_SOURCES += ec/eck_prn.c |
| 574 | libcrypto_la_SOURCES += ec/ecp_hp_methods.c | ||
| 573 | libcrypto_la_SOURCES += ec/ecp_methods.c | 575 | libcrypto_la_SOURCES += ec/ecp_methods.c |
| 574 | libcrypto_la_SOURCES += ec/ecx_methods.c | 576 | libcrypto_la_SOURCES += ec/ecx_methods.c |
| 577 | noinst_HEADERS += ec/ec_internal.h | ||
| 575 | noinst_HEADERS += ec/ec_local.h | 578 | noinst_HEADERS += ec/ec_local.h |
| 576 | 579 | ||
| 577 | # ecdh | 580 | # ecdh |
