From 019665af6641adf8e28e3915cb1df044d42ffcd9 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 27 Mar 2024 17:00:00 -0600 Subject: More garbage --- crypto/CMakeLists.txt | 1 - crypto/Makefile.am.elf-x86_64 | 2 -- 2 files changed, 3 deletions(-) diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index c7c8876..06e25e6 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -37,7 +37,6 @@ if(HOST_ASM_ELF_X86_64) md5/md5-elf-x86_64.S modes/ghash-elf-x86_64.S rc4/rc4-elf-x86_64.S - rc4/rc4-md5-elf-x86_64.S sha/sha1-elf-x86_64.S sha/sha256-elf-x86_64.S sha/sha512-elf-x86_64.S diff --git a/crypto/Makefile.am.elf-x86_64 b/crypto/Makefile.am.elf-x86_64 index 88be1d5..7a4d22c 100644 --- a/crypto/Makefile.am.elf-x86_64 +++ b/crypto/Makefile.am.elf-x86_64 @@ -3,7 +3,6 @@ ASM_X86_64_ELF = aes/aes-elf-x86_64.S ASM_X86_64_ELF += aes/bsaes-elf-x86_64.S ASM_X86_64_ELF += aes/vpaes-elf-x86_64.S ASM_X86_64_ELF += aes/aesni-elf-x86_64.S -ASM_X86_64_ELF += aes/aesni-sha1-elf-x86_64.S ASM_X86_64_ELF += bn/modexp512-elf-x86_64.S ASM_X86_64_ELF += bn/mont-elf-x86_64.S ASM_X86_64_ELF += bn/mont5-elf-x86_64.S @@ -11,7 +10,6 @@ ASM_X86_64_ELF += camellia/cmll-elf-x86_64.S ASM_X86_64_ELF += md5/md5-elf-x86_64.S ASM_X86_64_ELF += modes/ghash-elf-x86_64.S ASM_X86_64_ELF += rc4/rc4-elf-x86_64.S -ASM_X86_64_ELF += rc4/rc4-md5-elf-x86_64.S ASM_X86_64_ELF += sha/sha1-elf-x86_64.S ASM_X86_64_ELF += sha/sha256-elf-x86_64.S ASM_X86_64_ELF += sha/sha512-elf-x86_64.S -- cgit v1.2.3-55-g6feb