diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-28 06:55:55 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-28 06:55:55 -0600 |
commit | 0207f1e2261c85a3c33d13d9b444ad2bae20feb2 (patch) | |
tree | 2339108559fb3b70445bce048ff258375831b828 /crypto/Makefile.am.elf-mips64 | |
parent | 95b74a0b10ccd36e6462778cbf246a25dcf196c4 (diff) | |
download | portable-0207f1e2261c85a3c33d13d9b444ad2bae20feb2.tar.gz portable-0207f1e2261c85a3c33d13d9b444ad2bae20feb2.tar.bz2 portable-0207f1e2261c85a3c33d13d9b444ad2bae20feb2.zip |
Remove md32_common.h, unconditionally link aes.c
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 abf2026..1c03584 100644 --- a/crypto/Makefile.am.elf-mips64 +++ b/crypto/Makefile.am.elf-mips64 | |||
@@ -5,7 +5,6 @@ ASM_MIPS64_ELF += sha/sha1-mips.S | |||
5 | ASM_MIPS64_ELF += sha/sha512-mips.S | 5 | ASM_MIPS64_ELF += sha/sha512-mips.S |
6 | ASM_MIPS64_ELF += sha/sha256-mips.S | 6 | ASM_MIPS64_ELF += sha/sha256-mips.S |
7 | 7 | ||
8 | ASM_MIPS64_ELF += aes/aes_cbc.c | ||
9 | ASM_MIPS64_ELF += camellia/camellia.c | 8 | ASM_MIPS64_ELF += camellia/camellia.c |
10 | ASM_MIPS64_ELF += camellia/cmll_cbc.c | 9 | ASM_MIPS64_ELF += camellia/cmll_cbc.c |
11 | ASM_MIPS64_ELF += whrlpool/wp_block.c | 10 | ASM_MIPS64_ELF += whrlpool/wp_block.c |