diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-05-24 13:24:19 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-05-24 13:24:19 -0600 |
| commit | 53120acdbd96110f8bb0be4f4cd86160226c240c (patch) | |
| tree | a0df6077a5cdc89725f3d0255064d406a9dd3218 | |
| parent | 5a0c55e5c779a175117eaf1f7ed06c069aef6935 (diff) | |
| download | portable-53120acdbd96110f8bb0be4f4cd86160226c240c.tar.gz portable-53120acdbd96110f8bb0be4f4cd86160226c240c.tar.bz2 portable-53120acdbd96110f8bb0be4f4cd86160226c240c.zip | |
bye bye enc_writ.c
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
| 496 | libcrypto_la_SOURCES += des/ecb_enc.c | 496 | libcrypto_la_SOURCES += des/ecb_enc.c |
| 497 | libcrypto_la_SOURCES += des/ede_cbcm_enc.c | 497 | libcrypto_la_SOURCES += des/ede_cbcm_enc.c |
| 498 | libcrypto_la_SOURCES += des/enc_read.c | 498 | libcrypto_la_SOURCES += des/enc_read.c |
| 499 | libcrypto_la_SOURCES += des/enc_writ.c | ||
| 500 | libcrypto_la_SOURCES += des/fcrypt.c | 499 | libcrypto_la_SOURCES += des/fcrypt.c |
| 501 | libcrypto_la_SOURCES += des/fcrypt_b.c | 500 | libcrypto_la_SOURCES += des/fcrypt_b.c |
| 502 | EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c | 501 | EXTRA_libcrypto_la_SOURCES += des/ncbc_enc.c |
