diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-27 16:33:48 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-27 16:36:43 -0600 |
commit | 72f00343f2f1d8a442a1de02bde062186d84f4e6 (patch) | |
tree | 092139640b838d3808a301b533adb57f71852b2c /crypto/Makefile.am | |
parent | 78a45a8ae0d31d0d02612f23142db40a19686585 (diff) | |
download | portable-72f00343f2f1d8a442a1de02bde062186d84f4e6.tar.gz portable-72f00343f2f1d8a442a1de02bde062186d84f4e6.tar.bz2 portable-72f00343f2f1d8a442a1de02bde062186d84f4e6.zip |
Drop some no longer existing files
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index dc50392..97c5ebd 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -200,8 +200,7 @@ libcrypto_la_SOURCES += aes/aes_cbc.c | |||
200 | libcrypto_la_SOURCES += aes/aes_core.c | 200 | libcrypto_la_SOURCES += aes/aes_core.c |
201 | libcrypto_la_SOURCES += camellia/camellia.c | 201 | libcrypto_la_SOURCES += camellia/camellia.c |
202 | libcrypto_la_SOURCES += camellia/cmll_cbc.c | 202 | libcrypto_la_SOURCES += camellia/cmll_cbc.c |
203 | libcrypto_la_SOURCES += rc4/rc4_enc.c | 203 | libcrypto_la_SOURCES += rc4/rc4.c |
204 | libcrypto_la_SOURCES += rc4/rc4_skey.c | ||
205 | libcrypto_la_SOURCES += whrlpool/wp_block.c | 204 | libcrypto_la_SOURCES += whrlpool/wp_block.c |
206 | endif | 205 | endif |
207 | endif | 206 | endif |
@@ -804,9 +803,6 @@ libcrypto_la_SOURCES += rc2/rc2cfb64.c | |||
804 | libcrypto_la_SOURCES += rc2/rc2ofb64.c | 803 | libcrypto_la_SOURCES += rc2/rc2ofb64.c |
805 | noinst_HEADERS += rc2/rc2_local.h | 804 | noinst_HEADERS += rc2/rc2_local.h |
806 | 805 | ||
807 | # rc4 | ||
808 | noinst_HEADERS += rc4/rc4_local.h | ||
809 | |||
810 | # ripemd | 806 | # ripemd |
811 | libcrypto_la_SOURCES += ripemd/ripemd.c | 807 | libcrypto_la_SOURCES += ripemd/ripemd.c |
812 | 808 | ||