aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.elf-mips64
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-27 17:05:08 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-27 17:05:08 -0600
commite31c38bb4c2f44c9730dd50a26e88b4d652fd6e5 (patch)
treeee2e48c5fadb554deb2c9460339bb39b55d2f1a5 /crypto/Makefile.am.elf-mips64
parent019665af6641adf8e28e3915cb1df044d42ffcd9 (diff)
downloadportable-e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5.tar.gz
portable-e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5.tar.bz2
portable-e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5.zip
More rc4 wants to go
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am.elf-mips643
1 files changed, 1 insertions, 2 deletions
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
8ASM_MIPS64_ELF += aes/aes_cbc.c 8ASM_MIPS64_ELF += aes/aes_cbc.c
9ASM_MIPS64_ELF += camellia/camellia.c 9ASM_MIPS64_ELF += camellia/camellia.c
10ASM_MIPS64_ELF += camellia/cmll_cbc.c 10ASM_MIPS64_ELF += camellia/cmll_cbc.c
11ASM_MIPS64_ELF += rc4/rc4_enc.c 11ASM_MIPS64_ELF += rc4/rc4.c
12ASM_MIPS64_ELF += rc4/rc4_skey.c
13ASM_MIPS64_ELF += whrlpool/wp_block.c 12ASM_MIPS64_ELF += whrlpool/wp_block.c
14 13
15EXTRA_DIST += $(ASM_MIPS64_ELF) 14EXTRA_DIST += $(ASM_MIPS64_ELF)