diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-27 17:05:08 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-27 17:05:08 -0600 |
commit | e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5 (patch) | |
tree | ee2e48c5fadb554deb2c9460339bb39b55d2f1a5 /crypto | |
parent | 019665af6641adf8e28e3915cb1df044d42ffcd9 (diff) | |
download | portable-e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5.tar.gz portable-e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5.tar.bz2 portable-e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5.zip |
More rc4 wants to go
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am.elf-arm | 3 | ||||
-rw-r--r-- | crypto/Makefile.am.elf-mips | 3 | ||||
-rw-r--r-- | crypto/Makefile.am.elf-mips64 | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/crypto/Makefile.am.elf-arm b/crypto/Makefile.am.elf-arm index 041c27c..af869ca 100644 --- a/crypto/Makefile.am.elf-arm +++ b/crypto/Makefile.am.elf-arm | |||
@@ -10,8 +10,7 @@ ASM_ARM_ELF += armcap.c | |||
10 | ASM_ARM_ELF += aes/aes_cbc.c | 10 | ASM_ARM_ELF += aes/aes_cbc.c |
11 | ASM_ARM_ELF += camellia/camellia.c | 11 | ASM_ARM_ELF += camellia/camellia.c |
12 | ASM_ARM_ELF += camellia/cmll_cbc.c | 12 | ASM_ARM_ELF += camellia/cmll_cbc.c |
13 | ASM_ARM_ELF += rc4/rc4_enc.c | 13 | ASM_ARM_ELF += rc4/rc4.c |
14 | ASM_ARM_ELF += rc4/rc4_skey.c | ||
15 | ASM_ARM_ELF += whrlpool/wp_block.c | 14 | ASM_ARM_ELF += whrlpool/wp_block.c |
16 | 15 | ||
17 | EXTRA_DIST += $(ASM_ARM_ELF) | 16 | EXTRA_DIST += $(ASM_ARM_ELF) |
diff --git a/crypto/Makefile.am.elf-mips b/crypto/Makefile.am.elf-mips index 9c4a70f..7e04da4 100644 --- a/crypto/Makefile.am.elf-mips +++ b/crypto/Makefile.am.elf-mips | |||
@@ -8,8 +8,7 @@ ASM_MIPS_ELF += sha/sha256-mips.S | |||
8 | ASM_MIPS_ELF += aes/aes_cbc.c | 8 | ASM_MIPS_ELF += aes/aes_cbc.c |
9 | ASM_MIPS_ELF += camellia/camellia.c | 9 | ASM_MIPS_ELF += camellia/camellia.c |
10 | ASM_MIPS_ELF += camellia/cmll_cbc.c | 10 | ASM_MIPS_ELF += camellia/cmll_cbc.c |
11 | ASM_MIPS_ELF += rc4/rc4_enc.c | 11 | ASM_MIPS_ELF += rc4/rc4.c |
12 | ASM_MIPS_ELF += rc4/rc4_skey.c | ||
13 | ASM_MIPS_ELF += whrlpool/wp_block.c | 12 | ASM_MIPS_ELF += whrlpool/wp_block.c |
14 | 13 | ||
15 | EXTRA_DIST += $(ASM_MIPS_ELF) | 14 | EXTRA_DIST += $(ASM_MIPS_ELF) |
diff --git a/crypto/Makefile.am.elf-mips64 b/crypto/Makefile.am.elf-mips64 index c599fa8..1526020 100644 --- a/crypto/Makefile.am.elf-mips64 +++ b/crypto/Makefile.am.elf-mips64 | |||
@@ -8,8 +8,7 @@ ASM_MIPS64_ELF += sha/sha256-mips.S | |||
8 | ASM_MIPS64_ELF += aes/aes_cbc.c | 8 | ASM_MIPS64_ELF += aes/aes_cbc.c |
9 | ASM_MIPS64_ELF += camellia/camellia.c | 9 | ASM_MIPS64_ELF += camellia/camellia.c |
10 | ASM_MIPS64_ELF += camellia/cmll_cbc.c | 10 | ASM_MIPS64_ELF += camellia/cmll_cbc.c |
11 | ASM_MIPS64_ELF += rc4/rc4_enc.c | 11 | ASM_MIPS64_ELF += rc4/rc4.c |
12 | ASM_MIPS64_ELF += rc4/rc4_skey.c | ||
13 | ASM_MIPS64_ELF += whrlpool/wp_block.c | 12 | ASM_MIPS64_ELF += whrlpool/wp_block.c |
14 | 13 | ||
15 | EXTRA_DIST += $(ASM_MIPS64_ELF) | 14 | EXTRA_DIST += $(ASM_MIPS64_ELF) |