aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-27 17:00:00 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-27 17:00:00 -0600
commit019665af6641adf8e28e3915cb1df044d42ffcd9 (patch)
tree0de04e3c474bddebff6e4b5a8514fb9d5d36ad59 /crypto
parent7f652d45cb7967df2f146d4973fc4251263cd0d9 (diff)
downloadportable-019665af6641adf8e28e3915cb1df044d42ffcd9.tar.gz
portable-019665af6641adf8e28e3915cb1df044d42ffcd9.tar.bz2
portable-019665af6641adf8e28e3915cb1df044d42ffcd9.zip
More garbage
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am.elf-x86_642
2 files changed, 0 insertions, 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)
37 md5/md5-elf-x86_64.S 37 md5/md5-elf-x86_64.S
38 modes/ghash-elf-x86_64.S 38 modes/ghash-elf-x86_64.S
39 rc4/rc4-elf-x86_64.S 39 rc4/rc4-elf-x86_64.S
40 rc4/rc4-md5-elf-x86_64.S
41 sha/sha1-elf-x86_64.S 40 sha/sha1-elf-x86_64.S
42 sha/sha256-elf-x86_64.S 41 sha/sha256-elf-x86_64.S
43 sha/sha512-elf-x86_64.S 42 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
3ASM_X86_64_ELF += aes/bsaes-elf-x86_64.S 3ASM_X86_64_ELF += aes/bsaes-elf-x86_64.S
4ASM_X86_64_ELF += aes/vpaes-elf-x86_64.S 4ASM_X86_64_ELF += aes/vpaes-elf-x86_64.S
5ASM_X86_64_ELF += aes/aesni-elf-x86_64.S 5ASM_X86_64_ELF += aes/aesni-elf-x86_64.S
6ASM_X86_64_ELF += aes/aesni-sha1-elf-x86_64.S
7ASM_X86_64_ELF += bn/modexp512-elf-x86_64.S 6ASM_X86_64_ELF += bn/modexp512-elf-x86_64.S
8ASM_X86_64_ELF += bn/mont-elf-x86_64.S 7ASM_X86_64_ELF += bn/mont-elf-x86_64.S
9ASM_X86_64_ELF += bn/mont5-elf-x86_64.S 8ASM_X86_64_ELF += bn/mont5-elf-x86_64.S
@@ -11,7 +10,6 @@ ASM_X86_64_ELF += camellia/cmll-elf-x86_64.S
11ASM_X86_64_ELF += md5/md5-elf-x86_64.S 10ASM_X86_64_ELF += md5/md5-elf-x86_64.S
12ASM_X86_64_ELF += modes/ghash-elf-x86_64.S 11ASM_X86_64_ELF += modes/ghash-elf-x86_64.S
13ASM_X86_64_ELF += rc4/rc4-elf-x86_64.S 12ASM_X86_64_ELF += rc4/rc4-elf-x86_64.S
14ASM_X86_64_ELF += rc4/rc4-md5-elf-x86_64.S
15ASM_X86_64_ELF += sha/sha1-elf-x86_64.S 13ASM_X86_64_ELF += sha/sha1-elf-x86_64.S
16ASM_X86_64_ELF += sha/sha256-elf-x86_64.S 14ASM_X86_64_ELF += sha/sha256-elf-x86_64.S
17ASM_X86_64_ELF += sha/sha512-elf-x86_64.S 15ASM_X86_64_ELF += sha/sha512-elf-x86_64.S