aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.elf-mips64
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-28 04:59:12 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-28 04:59:38 -0600
commit95b74a0b10ccd36e6462778cbf246a25dcf196c4 (patch)
tree7842e7efb283e6130e29af903dc373f0991405bc /crypto/Makefile.am.elf-mips64
parent785c2d27c57f365370588bbab71c72b36678621c (diff)
downloadportable-95b74a0b10ccd36e6462778cbf246a25dcf196c4.tar.gz
portable-95b74a0b10ccd36e6462778cbf246a25dcf196c4.tar.bz2
portable-95b74a0b10ccd36e6462778cbf246a25dcf196c4.zip
Place rc4.c in a more sensible place
Fixes #1036 and https://github.com/google/oss-fuzz/pull/11741
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am.elf-mips641
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am.elf-mips64 b/crypto/Makefile.am.elf-mips64
index 1526020..abf2026 100644
--- a/crypto/Makefile.am.elf-mips64
+++ b/crypto/Makefile.am.elf-mips64
@@ -8,7 +8,6 @@ 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.c
12ASM_MIPS64_ELF += whrlpool/wp_block.c 11ASM_MIPS64_ELF += whrlpool/wp_block.c
13 12
14EXTRA_DIST += $(ASM_MIPS64_ELF) 13EXTRA_DIST += $(ASM_MIPS64_ELF)