aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-19 04:07:53 -0600
committerTheo Buehler <tb@openbsd.org>2024-10-19 04:07:53 -0600
commit202386e26064972a583858f37520b9a80329ee57 (patch)
tree7495ce18537d899f0b42f5231a7139e30a436a44 /crypto/Makefile.am
parent7c4cb4473bee8345122ce3591b711a06be4ed06c (diff)
downloadportable-202386e26064972a583858f37520b9a80329ee57.tar.gz
portable-202386e26064972a583858f37520b9a80329ee57.tar.bz2
portable-202386e26064972a583858f37520b9a80329ee57.zip
ec_check.c was removed
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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
545libcrypto_la_SOURCES += ec/ec_ameth.c 545libcrypto_la_SOURCES += ec/ec_ameth.c
546libcrypto_la_SOURCES += ec/ec_asn1.c 546libcrypto_la_SOURCES += ec/ec_asn1.c
547libcrypto_la_SOURCES += ec/ec_check.c
548libcrypto_la_SOURCES += ec/ec_curve.c 547libcrypto_la_SOURCES += ec/ec_curve.c
549libcrypto_la_SOURCES += ec/ec_err.c 548libcrypto_la_SOURCES += ec/ec_err.c
550libcrypto_la_SOURCES += ec/ec_key.c 549libcrypto_la_SOURCES += ec/ec_key.c