diff options
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 | ||