diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-19 04:07:53 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-10-19 04:07:53 -0600 |
commit | 202386e26064972a583858f37520b9a80329ee57 (patch) | |
tree | 7495ce18537d899f0b42f5231a7139e30a436a44 /crypto | |
parent | 7c4cb4473bee8345122ce3591b711a06be4ed06c (diff) | |
download | portable-202386e26064972a583858f37520b9a80329ee57.tar.gz portable-202386e26064972a583858f37520b9a80329ee57.tar.bz2 portable-202386e26064972a583858f37520b9a80329ee57.zip |
ec_check.c was removed
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 3b88fbe..7844989 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -373,7 +373,6 @@ set( | |||
373 | dsa/dsa_prn.c | 373 | dsa/dsa_prn.c |
374 | ec/ec_ameth.c | 374 | ec/ec_ameth.c |
375 | ec/ec_asn1.c | 375 | ec/ec_asn1.c |
376 | ec/ec_check.c | ||
377 | ec/ec_curve.c | 376 | ec/ec_curve.c |
378 | ec/ec_err.c | 377 | ec/ec_err.c |
379 | ec/ec_key.c | 378 | ec/ec_key.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0dc981b..f05ab59 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -544,7 +544,6 @@ noinst_HEADERS += dsa/dsa_local.h | |||
544 | # ec | 544 | # ec |
545 | libcrypto_la_SOURCES += ec/ec_ameth.c | 545 | libcrypto_la_SOURCES += ec/ec_ameth.c |
546 | libcrypto_la_SOURCES += ec/ec_asn1.c | 546 | libcrypto_la_SOURCES += ec/ec_asn1.c |
547 | libcrypto_la_SOURCES += ec/ec_check.c | ||
548 | libcrypto_la_SOURCES += ec/ec_curve.c | 547 | libcrypto_la_SOURCES += ec/ec_curve.c |
549 | libcrypto_la_SOURCES += ec/ec_err.c | 548 | libcrypto_la_SOURCES += ec/ec_err.c |
550 | libcrypto_la_SOURCES += ec/ec_key.c | 549 | libcrypto_la_SOURCES += ec/ec_key.c |