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 0cf4512..651303f 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -368,7 +368,6 @@ set(
368 des/ecb3_enc.c 368 des/ecb3_enc.c
369 des/ecb_enc.c 369 des/ecb_enc.c
370 des/ede_cbcm_enc.c 370 des/ede_cbcm_enc.c
371 des/enc_read.c
372 des/fcrypt.c 371 des/fcrypt.c
373 des/fcrypt_b.c 372 des/fcrypt_b.c
374 des/ofb64ede.c 373 des/ofb64ede.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 4ae9bb1..5d8db16 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -513,7 +513,6 @@ libcrypto_la_SOURCES += des/des_enc.c
513libcrypto_la_SOURCES += des/ecb3_enc.c 513libcrypto_la_SOURCES += des/ecb3_enc.c
514libcrypto_la_SOURCES += des/ecb_enc.c 514libcrypto_la_SOURCES += des/ecb_enc.c
515libcrypto_la_SOURCES += des/ede_cbcm_enc.c 515libcrypto_la_SOURCES += des/ede_cbcm_enc.c
516libcrypto_la_SOURCES += des/enc_read.c
517libcrypto_la_SOURCES += des/fcrypt.c 516libcrypto_la_SOURCES += des/fcrypt.c
518libcrypto_la_SOURCES += des/fcrypt_b.c 517libcrypto_la_SOURCES += des/fcrypt_b.c
519EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c 518EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c