aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-31 05:48:40 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-31 05:58:34 -0600
commit9a1decca2546bc1db6cb70fbb912e7c748db3dd7 (patch)
treee2b84424083c1ee9ee48a104396d644fae613281 /crypto/Makefile.am
parent4535cc0d81a72bdad1e168956663f7ffa54e6e25 (diff)
downloadportable-9a1decca2546bc1db6cb70fbb912e7c748db3dd7.tar.gz
portable-9a1decca2546bc1db6cb70fbb912e7c748db3dd7.tar.bz2
portable-9a1decca2546bc1db6cb70fbb912e7c748db3dd7.zip
enc_read.c is gone
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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