diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-04-13 09:30:39 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-04-13 09:31:52 -0600 |
| commit | 4c75669d35ca742854ee1076d6d389e61d7a7941 (patch) | |
| tree | 9f56db9afa64870d17981e42c781e6e8ea6c3f38 | |
| parent | b43f3fc25cc6e7297d7bde91305df8fdbfecbee1 (diff) | |
| download | portable-4c75669d35ca742854ee1076d6d389e61d7a7941.tar.gz portable-4c75669d35ca742854ee1076d6d389e61d7a7941.tar.bz2 portable-4c75669d35ca742854ee1076d6d389e61d7a7941.zip | |
Remove no longer existing *_depr.c and ecs_*.c
| -rw-r--r-- | crypto/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | crypto/Makefile.am | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index c2a6ee0..a4db6e5 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -466,7 +466,6 @@ set( | |||
| 466 | dh/dh_ameth.c | 466 | dh/dh_ameth.c |
| 467 | dh/dh_asn1.c | 467 | dh/dh_asn1.c |
| 468 | dh/dh_check.c | 468 | dh/dh_check.c |
| 469 | dh/dh_depr.c | ||
| 470 | dh/dh_err.c | 469 | dh/dh_err.c |
| 471 | dh/dh_gen.c | 470 | dh/dh_gen.c |
| 472 | dh/dh_key.c | 471 | dh/dh_key.c |
| @@ -475,7 +474,6 @@ set( | |||
| 475 | dh/dh_prn.c | 474 | dh/dh_prn.c |
| 476 | dsa/dsa_ameth.c | 475 | dsa/dsa_ameth.c |
| 477 | dsa/dsa_asn1.c | 476 | dsa/dsa_asn1.c |
| 478 | dsa/dsa_depr.c | ||
| 479 | dsa/dsa_err.c | 477 | dsa/dsa_err.c |
| 480 | dsa/dsa_gen.c | 478 | dsa/dsa_gen.c |
| 481 | dsa/dsa_key.c | 479 | dsa/dsa_key.c |
| @@ -519,8 +517,6 @@ set( | |||
| 519 | ecdsa/ecs_err.c | 517 | ecdsa/ecs_err.c |
| 520 | ecdsa/ecs_lib.c | 518 | ecdsa/ecs_lib.c |
| 521 | ecdsa/ecs_ossl.c | 519 | ecdsa/ecs_ossl.c |
| 522 | ecdsa/ecs_sign.c | ||
| 523 | ecdsa/ecs_vrf.c | ||
| 524 | engine/eng_all.c | 520 | engine/eng_all.c |
| 525 | engine/eng_cnf.c | 521 | engine/eng_cnf.c |
| 526 | engine/eng_ctrl.c | 522 | engine/eng_ctrl.c |
| @@ -708,7 +704,6 @@ set( | |||
| 708 | rsa/rsa_asn1.c | 704 | rsa/rsa_asn1.c |
| 709 | rsa/rsa_chk.c | 705 | rsa/rsa_chk.c |
| 710 | rsa/rsa_crpt.c | 706 | rsa/rsa_crpt.c |
| 711 | rsa/rsa_depr.c | ||
| 712 | rsa/rsa_eay.c | 707 | rsa/rsa_eay.c |
| 713 | rsa/rsa_err.c | 708 | rsa/rsa_err.c |
| 714 | rsa/rsa_gen.c | 709 | rsa/rsa_gen.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 485790a..cfb93ef 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -620,7 +620,6 @@ noinst_HEADERS += des/spr.h | |||
| 620 | libcrypto_la_SOURCES += dh/dh_ameth.c | 620 | libcrypto_la_SOURCES += dh/dh_ameth.c |
| 621 | libcrypto_la_SOURCES += dh/dh_asn1.c | 621 | libcrypto_la_SOURCES += dh/dh_asn1.c |
| 622 | libcrypto_la_SOURCES += dh/dh_check.c | 622 | libcrypto_la_SOURCES += dh/dh_check.c |
| 623 | libcrypto_la_SOURCES += dh/dh_depr.c | ||
| 624 | libcrypto_la_SOURCES += dh/dh_err.c | 623 | libcrypto_la_SOURCES += dh/dh_err.c |
| 625 | libcrypto_la_SOURCES += dh/dh_gen.c | 624 | libcrypto_la_SOURCES += dh/dh_gen.c |
| 626 | libcrypto_la_SOURCES += dh/dh_key.c | 625 | libcrypto_la_SOURCES += dh/dh_key.c |
| @@ -632,7 +631,6 @@ noinst_HEADERS += dh/dh_local.h | |||
| 632 | # dsa | 631 | # dsa |
| 633 | libcrypto_la_SOURCES += dsa/dsa_ameth.c | 632 | libcrypto_la_SOURCES += dsa/dsa_ameth.c |
| 634 | libcrypto_la_SOURCES += dsa/dsa_asn1.c | 633 | libcrypto_la_SOURCES += dsa/dsa_asn1.c |
| 635 | libcrypto_la_SOURCES += dsa/dsa_depr.c | ||
| 636 | libcrypto_la_SOURCES += dsa/dsa_err.c | 634 | libcrypto_la_SOURCES += dsa/dsa_err.c |
| 637 | libcrypto_la_SOURCES += dsa/dsa_gen.c | 635 | libcrypto_la_SOURCES += dsa/dsa_gen.c |
| 638 | libcrypto_la_SOURCES += dsa/dsa_key.c | 636 | libcrypto_la_SOURCES += dsa/dsa_key.c |
| @@ -687,8 +685,6 @@ libcrypto_la_SOURCES += ecdsa/ecs_asn1.c | |||
| 687 | libcrypto_la_SOURCES += ecdsa/ecs_err.c | 685 | libcrypto_la_SOURCES += ecdsa/ecs_err.c |
| 688 | libcrypto_la_SOURCES += ecdsa/ecs_lib.c | 686 | libcrypto_la_SOURCES += ecdsa/ecs_lib.c |
| 689 | libcrypto_la_SOURCES += ecdsa/ecs_ossl.c | 687 | libcrypto_la_SOURCES += ecdsa/ecs_ossl.c |
| 690 | libcrypto_la_SOURCES += ecdsa/ecs_sign.c | ||
| 691 | libcrypto_la_SOURCES += ecdsa/ecs_vrf.c | ||
| 692 | noinst_HEADERS += ecdsa/ecs_local.h | 688 | noinst_HEADERS += ecdsa/ecs_local.h |
| 693 | 689 | ||
| 694 | # engine | 690 | # engine |
| @@ -952,7 +948,6 @@ libcrypto_la_SOURCES += rsa/rsa_ameth.c | |||
| 952 | libcrypto_la_SOURCES += rsa/rsa_asn1.c | 948 | libcrypto_la_SOURCES += rsa/rsa_asn1.c |
| 953 | libcrypto_la_SOURCES += rsa/rsa_chk.c | 949 | libcrypto_la_SOURCES += rsa/rsa_chk.c |
| 954 | libcrypto_la_SOURCES += rsa/rsa_crpt.c | 950 | libcrypto_la_SOURCES += rsa/rsa_crpt.c |
| 955 | libcrypto_la_SOURCES += rsa/rsa_depr.c | ||
| 956 | libcrypto_la_SOURCES += rsa/rsa_eay.c | 951 | libcrypto_la_SOURCES += rsa/rsa_eay.c |
| 957 | libcrypto_la_SOURCES += rsa/rsa_err.c | 952 | libcrypto_la_SOURCES += rsa/rsa_err.c |
| 958 | libcrypto_la_SOURCES += rsa/rsa_gen.c | 953 | libcrypto_la_SOURCES += rsa/rsa_gen.c |
