aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-24 13:24:19 -0600
committerTheo Buehler <tb@openbsd.org>2024-05-24 13:24:19 -0600
commit53120acdbd96110f8bb0be4f4cd86160226c240c (patch)
treea0df6077a5cdc89725f3d0255064d406a9dd3218 /crypto
parent5a0c55e5c779a175117eaf1f7ed06c069aef6935 (diff)
downloadportable-53120acdbd96110f8bb0be4f4cd86160226c240c.tar.gz
portable-53120acdbd96110f8bb0be4f4cd86160226c240c.tar.bz2
portable-53120acdbd96110f8bb0be4f4cd86160226c240c.zip
bye bye enc_writ.c
Diffstat (limited to 'crypto')
-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 a1c3c2e..5c0f3e6 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -369,7 +369,6 @@ set(
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 371 des/enc_read.c
372 des/enc_writ.c
373 des/fcrypt.c 372 des/fcrypt.c
374 des/fcrypt_b.c 373 des/fcrypt_b.c
375 des/ofb64ede.c 374 des/ofb64ede.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 32dbba8..81d4524 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -496,7 +496,6 @@ libcrypto_la_SOURCES += des/ecb3_enc.c
496libcrypto_la_SOURCES += des/ecb_enc.c 496libcrypto_la_SOURCES += des/ecb_enc.c
497libcrypto_la_SOURCES += des/ede_cbcm_enc.c 497libcrypto_la_SOURCES += des/ede_cbcm_enc.c
498libcrypto_la_SOURCES += des/enc_read.c 498libcrypto_la_SOURCES += des/enc_read.c
499libcrypto_la_SOURCES += des/enc_writ.c
500libcrypto_la_SOURCES += des/fcrypt.c 499libcrypto_la_SOURCES += des/fcrypt.c
501libcrypto_la_SOURCES += des/fcrypt_b.c 500libcrypto_la_SOURCES += des/fcrypt_b.c
502EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c 501EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c