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 8c7635a..047c228 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -224,7 +224,6 @@ set(
224 asn1/x_exten.c 224 asn1/x_exten.c
225 asn1/x_long.c 225 asn1/x_long.c
226 asn1/x_name.c 226 asn1/x_name.c
227 asn1/x_pkey.c
228 asn1/x_pubkey.c 227 asn1/x_pubkey.c
229 asn1/x_req.c 228 asn1/x_req.c
230 asn1/x_sig.c 229 asn1/x_sig.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 250063f..ad241ab 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -317,7 +317,6 @@ libcrypto_la_SOURCES += asn1/x_crl.c
317libcrypto_la_SOURCES += asn1/x_exten.c 317libcrypto_la_SOURCES += asn1/x_exten.c
318libcrypto_la_SOURCES += asn1/x_long.c 318libcrypto_la_SOURCES += asn1/x_long.c
319libcrypto_la_SOURCES += asn1/x_name.c 319libcrypto_la_SOURCES += asn1/x_name.c
320libcrypto_la_SOURCES += asn1/x_pkey.c
321libcrypto_la_SOURCES += asn1/x_pubkey.c 320libcrypto_la_SOURCES += asn1/x_pubkey.c
322libcrypto_la_SOURCES += asn1/x_req.c 321libcrypto_la_SOURCES += asn1/x_req.c
323libcrypto_la_SOURCES += asn1/x_sig.c 322libcrypto_la_SOURCES += asn1/x_sig.c