diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-05 05:40:45 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-05 07:08:24 -0600 |
| commit | 186134f7c5578fe979fb8f18a96c84fe04e4413e (patch) | |
| tree | 549c46ba7cf6c8e2fcc22303588da6672d0f7f5e | |
| parent | 0c3849a0550ed9c6f242e2da09bb16a3910d754f (diff) | |
| download | portable-186134f7c5578fe979fb8f18a96c84fe04e4413e.tar.gz portable-186134f7c5578fe979fb8f18a96c84fe04e4413e.tar.bz2 portable-186134f7c5578fe979fb8f18a96c84fe04e4413e.zip | |
Some ECDH and ECDSA files were (re)moved
| -rw-r--r-- | crypto/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | crypto/Makefile.am | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 84eb894..302352b 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -490,14 +490,12 @@ set( | |||
| 490 | ec/ecp_oct.c | 490 | ec/ecp_oct.c |
| 491 | ec/ecp_smpl.c | 491 | ec/ecp_smpl.c |
| 492 | ec/ecx_methods.c | 492 | ec/ecx_methods.c |
| 493 | ecdh/ecdh_kdf.c | 493 | ecdh/ecdh.c |
| 494 | ecdh/ech_err.c | 494 | ecdh/ech_err.c |
| 495 | ecdh/ech_key.c | ||
| 496 | ecdh/ech_lib.c | 495 | ecdh/ech_lib.c |
| 497 | ecdsa/ecs_asn1.c | 496 | ecdsa/ecdsa.c |
| 498 | ecdsa/ecs_err.c | 497 | ecdsa/ecs_err.c |
| 499 | ecdsa/ecs_lib.c | 498 | ecdsa/ecs_lib.c |
| 500 | ecdsa/ecs_ossl.c | ||
| 501 | engine/eng_all.c | 499 | engine/eng_all.c |
| 502 | engine/eng_cnf.c | 500 | engine/eng_cnf.c |
| 503 | engine/eng_ctrl.c | 501 | engine/eng_ctrl.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 667352f..258da67 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -599,17 +599,15 @@ libcrypto_la_SOURCES += ec/ecx_methods.c | |||
| 599 | noinst_HEADERS += ec/ec_local.h | 599 | noinst_HEADERS += ec/ec_local.h |
| 600 | 600 | ||
| 601 | # ecdh | 601 | # ecdh |
| 602 | libcrypto_la_SOURCES += ecdh/ecdh_kdf.c | 602 | libcrypto_la_SOURCES += ecdh/ecdh.c |
| 603 | libcrypto_la_SOURCES += ecdh/ech_err.c | 603 | libcrypto_la_SOURCES += ecdh/ech_err.c |
| 604 | libcrypto_la_SOURCES += ecdh/ech_key.c | ||
| 605 | libcrypto_la_SOURCES += ecdh/ech_lib.c | 604 | libcrypto_la_SOURCES += ecdh/ech_lib.c |
| 606 | 605 | ||
| 607 | # ecdsa | 606 | # ecdsa |
| 608 | libcrypto_la_SOURCES += ecdsa/ecs_asn1.c | 607 | libcrypto_la_SOURCES += ecdsa/ecdsa.c |
| 609 | libcrypto_la_SOURCES += ecdsa/ecs_err.c | 608 | libcrypto_la_SOURCES += ecdsa/ecs_err.c |
| 610 | libcrypto_la_SOURCES += ecdsa/ecs_lib.c | 609 | libcrypto_la_SOURCES += ecdsa/ecs_lib.c |
| 611 | libcrypto_la_SOURCES += ecdsa/ecs_ossl.c | 610 | noinst_HEADERS += ecdsa/ecdsa_local.h |
| 612 | noinst_HEADERS += ecdsa/ecs_local.h | ||
| 613 | 611 | ||
| 614 | # engine | 612 | # engine |
| 615 | libcrypto_la_SOURCES += engine/eng_all.c | 613 | libcrypto_la_SOURCES += engine/eng_all.c |
