diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 399a6a1..a71d918 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -200,7 +200,6 @@ 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.c | ||
204 | libcrypto_la_SOURCES += whrlpool/wp_block.c | 203 | libcrypto_la_SOURCES += whrlpool/wp_block.c |
205 | endif | 204 | endif |
206 | endif | 205 | endif |
@@ -800,6 +799,9 @@ libcrypto_la_SOURCES += rc2/rc2cfb64.c | |||
800 | libcrypto_la_SOURCES += rc2/rc2ofb64.c | 799 | libcrypto_la_SOURCES += rc2/rc2ofb64.c |
801 | noinst_HEADERS += rc2/rc2_local.h | 800 | noinst_HEADERS += rc2/rc2_local.h |
802 | 801 | ||
802 | # rc4 | ||
803 | libcrypto_la_SOURCES += rc4/rc4.c | ||
804 | |||
803 | # ripemd | 805 | # ripemd |
804 | libcrypto_la_SOURCES += ripemd/ripemd.c | 806 | libcrypto_la_SOURCES += ripemd/ripemd.c |
805 | 807 | ||