aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
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
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