diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-28 04:59:12 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 04:59:38 -0600 |
commit | 95b74a0b10ccd36e6462778cbf246a25dcf196c4 (patch) | |
tree | 7842e7efb283e6130e29af903dc373f0991405bc /crypto/Makefile.am.elf-mips64 | |
parent | 785c2d27c57f365370588bbab71c72b36678621c (diff) | |
download | portable-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-mips64 | 1 |
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 | |||
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.c | ||
12 | ASM_MIPS64_ELF += whrlpool/wp_block.c | 11 | ASM_MIPS64_ELF += whrlpool/wp_block.c |
13 | 12 | ||
14 | EXTRA_DIST += $(ASM_MIPS64_ELF) | 13 | EXTRA_DIST += $(ASM_MIPS64_ELF) |