aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index f7d0bfe..47ab733 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -226,7 +226,6 @@ if((NOT HOST_ASM_ELF_X86_64) AND
226 aes/aes_cbc.c 226 aes/aes_cbc.c
227 camellia/camellia.c 227 camellia/camellia.c
228 camellia/cmll_cbc.c 228 camellia/cmll_cbc.c
229 rc4/rc4.c
230 whrlpool/wp_block.c 229 whrlpool/wp_block.c
231 ) 230 )
232endif() 231endif()
@@ -584,6 +583,7 @@ set(
584 rc2/rc2_skey.c 583 rc2/rc2_skey.c
585 rc2/rc2cfb64.c 584 rc2/rc2cfb64.c
586 rc2/rc2ofb64.c 585 rc2/rc2ofb64.c
586 rc4/rc4.c
587 ripemd/ripemd.c 587 ripemd/ripemd.c
588 rsa/rsa_ameth.c 588 rsa/rsa_ameth.c
589 rsa/rsa_asn1.c 589 rsa/rsa_asn1.c