aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-27 17:11:35 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-27 17:11:35 -0600
commit8b4c82506a56697b36afeeddc4d1d90e8b8b071d (patch)
tree8f26e353fa37da3a0a518a48a3feaa48d5bb714e /crypto
parente31c38bb4c2f44c9730dd50a26e88b4d652fd6e5 (diff)
downloadportable-8b4c82506a56697b36afeeddc4d1d90e8b8b071d.tar.gz
portable-8b4c82506a56697b36afeeddc4d1d90e8b8b071d.tar.bz2
portable-8b4c82506a56697b36afeeddc4d1d90e8b8b071d.zip
why is this such a mess
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am.macosx-x86_642
-rw-r--r--crypto/Makefile.am.masm-x86_642
-rw-r--r--crypto/Makefile.am.mingw64-x86_642
3 files changed, 0 insertions, 6 deletions
diff --git a/crypto/Makefile.am.macosx-x86_64 b/crypto/Makefile.am.macosx-x86_64
index b9b89cf..ad1c39f 100644
--- a/crypto/Makefile.am.macosx-x86_64
+++ b/crypto/Makefile.am.macosx-x86_64
@@ -3,7 +3,6 @@ ASM_X86_64_MACOSX = aes/aes-macosx-x86_64.S
3ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.S 3ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.S
4ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.S 4ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.S
5ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.S 5ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.S
6ASM_X86_64_MACOSX += aes/aesni-sha1-macosx-x86_64.S
7ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S 6ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S
8ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S 7ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S
9ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.S 8ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.S
@@ -11,7 +10,6 @@ ASM_X86_64_MACOSX += camellia/cmll-macosx-x86_64.S
11ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.S 10ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.S
12ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.S 11ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.S
13ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S 12ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S
14ASM_X86_64_MACOSX += rc4/rc4-md5-macosx-x86_64.S
15ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S 13ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S
16ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S 14ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S
17ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S 15ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S
diff --git a/crypto/Makefile.am.masm-x86_64 b/crypto/Makefile.am.masm-x86_64
index b914cb6..4feacba 100644
--- a/crypto/Makefile.am.masm-x86_64
+++ b/crypto/Makefile.am.masm-x86_64
@@ -3,7 +3,6 @@ ASM_X86_64_MASM = aes/aes-masm-x86_64.S
3ASM_X86_64_MASM += aes/bsaes-masm-x86_64.S 3ASM_X86_64_MASM += aes/bsaes-masm-x86_64.S
4ASM_X86_64_MASM += aes/vpaes-masm-x86_64.S 4ASM_X86_64_MASM += aes/vpaes-masm-x86_64.S
5ASM_X86_64_MASM += aes/aesni-masm-x86_64.S 5ASM_X86_64_MASM += aes/aesni-masm-x86_64.S
6ASM_X86_64_MASM += aes/aesni-sha1-masm-x86_64.S
7ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S 6ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S
8ASM_X86_64_MASM += bn/mont-masm-x86_64.S 7ASM_X86_64_MASM += bn/mont-masm-x86_64.S
9ASM_X86_64_MASM += bn/mont5-masm-x86_64.S 8ASM_X86_64_MASM += bn/mont5-masm-x86_64.S
@@ -11,7 +10,6 @@ ASM_X86_64_MASM += camellia/cmll-masm-x86_64.S
11ASM_X86_64_MASM += md5/md5-masm-x86_64.S 10ASM_X86_64_MASM += md5/md5-masm-x86_64.S
12ASM_X86_64_MASM += modes/ghash-masm-x86_64.S 11ASM_X86_64_MASM += modes/ghash-masm-x86_64.S
13ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S 12ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S
14ASM_X86_64_MASM += rc4/rc4-md5-masm-x86_64.S
15ASM_X86_64_MASM += sha/sha1-masm-x86_64.S 13ASM_X86_64_MASM += sha/sha1-masm-x86_64.S
16ASM_X86_64_MASM += sha/sha256-masm-x86_64.S 14ASM_X86_64_MASM += sha/sha256-masm-x86_64.S
17ASM_X86_64_MASM += sha/sha512-masm-x86_64.S 15ASM_X86_64_MASM += sha/sha512-masm-x86_64.S
diff --git a/crypto/Makefile.am.mingw64-x86_64 b/crypto/Makefile.am.mingw64-x86_64
index 5a277c5..8c430a1 100644
--- a/crypto/Makefile.am.mingw64-x86_64
+++ b/crypto/Makefile.am.mingw64-x86_64
@@ -3,7 +3,6 @@ ASM_X86_64_MINGW64 = aes/aes-mingw64-x86_64.S
3ASM_X86_64_MINGW64 += aes/bsaes-mingw64-x86_64.S 3ASM_X86_64_MINGW64 += aes/bsaes-mingw64-x86_64.S
4ASM_X86_64_MINGW64 += aes/vpaes-mingw64-x86_64.S 4ASM_X86_64_MINGW64 += aes/vpaes-mingw64-x86_64.S
5ASM_X86_64_MINGW64 += aes/aesni-mingw64-x86_64.S 5ASM_X86_64_MINGW64 += aes/aesni-mingw64-x86_64.S
6ASM_X86_64_MINGW64 += aes/aesni-sha1-mingw64-x86_64.S
7#ASM_X86_64_MINGW64 += bn/modexp512-mingw64-x86_64.S 6#ASM_X86_64_MINGW64 += bn/modexp512-mingw64-x86_64.S
8#ASM_X86_64_MINGW64 += bn/mont-mingw64-x86_64.S 7#ASM_X86_64_MINGW64 += bn/mont-mingw64-x86_64.S
9#ASM_X86_64_MINGW64 += bn/mont5-mingw64-x86_64.S 8#ASM_X86_64_MINGW64 += bn/mont5-mingw64-x86_64.S
@@ -11,7 +10,6 @@ ASM_X86_64_MINGW64 += camellia/cmll-mingw64-x86_64.S
11ASM_X86_64_MINGW64 += md5/md5-mingw64-x86_64.S 10ASM_X86_64_MINGW64 += md5/md5-mingw64-x86_64.S
12ASM_X86_64_MINGW64 += modes/ghash-mingw64-x86_64.S 11ASM_X86_64_MINGW64 += modes/ghash-mingw64-x86_64.S
13ASM_X86_64_MINGW64 += rc4/rc4-mingw64-x86_64.S 12ASM_X86_64_MINGW64 += rc4/rc4-mingw64-x86_64.S
14ASM_X86_64_MINGW64 += rc4/rc4-md5-mingw64-x86_64.S
15ASM_X86_64_MINGW64 += sha/sha1-mingw64-x86_64.S 13ASM_X86_64_MINGW64 += sha/sha1-mingw64-x86_64.S
16ASM_X86_64_MINGW64 += sha/sha256-mingw64-x86_64.S 14ASM_X86_64_MINGW64 += sha/sha256-mingw64-x86_64.S
17ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S 15ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S