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 /crypto/Makefile.am | |
parent | 5a0c55e5c779a175117eaf1f7ed06c069aef6935 (diff) | |
download | portable-53120acdbd96110f8bb0be4f4cd86160226c240c.tar.gz portable-53120acdbd96110f8bb0be4f4cd86160226c240c.tar.bz2 portable-53120acdbd96110f8bb0be4f4cd86160226c240c.zip |
bye bye enc_writ.c
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |