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 /crypto/Makefile.am | |
parent | b43f3fc25cc6e7297d7bde91305df8fdbfecbee1 (diff) | |
download | portable-4c75669d35ca742854ee1076d6d389e61d7a7941.tar.gz portable-4c75669d35ca742854ee1076d6d389e61d7a7941.tar.bz2 portable-4c75669d35ca742854ee1076d6d389e61d7a7941.zip |
Remove no longer existing *_depr.c and ecs_*.c
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
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 |