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 a816402..ccaaf5d 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -461,7 +461,6 @@ set(
461 dh/dh_key.c 461 dh/dh_key.c
462 dh/dh_lib.c 462 dh/dh_lib.c
463 dh/dh_pmeth.c 463 dh/dh_pmeth.c
464 dh/dh_prn.c
465 dsa/dsa_ameth.c 464 dsa/dsa_ameth.c
466 dsa/dsa_asn1.c 465 dsa/dsa_asn1.c
467 dsa/dsa_err.c 466 dsa/dsa_err.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index a90a1aa..93d137e 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -626,7 +626,6 @@ libcrypto_la_SOURCES += dh/dh_gen.c
626libcrypto_la_SOURCES += dh/dh_key.c 626libcrypto_la_SOURCES += dh/dh_key.c
627libcrypto_la_SOURCES += dh/dh_lib.c 627libcrypto_la_SOURCES += dh/dh_lib.c
628libcrypto_la_SOURCES += dh/dh_pmeth.c 628libcrypto_la_SOURCES += dh/dh_pmeth.c
629libcrypto_la_SOURCES += dh/dh_prn.c
630noinst_HEADERS += dh/dh_local.h 629noinst_HEADERS += dh/dh_local.h
631 630
632# dsa 631# dsa