diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-27 17:11:35 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-27 17:11:35 -0600 |
commit | 8b4c82506a56697b36afeeddc4d1d90e8b8b071d (patch) | |
tree | 8f26e353fa37da3a0a518a48a3feaa48d5bb714e /crypto | |
parent | e31c38bb4c2f44c9730dd50a26e88b4d652fd6e5 (diff) | |
download | portable-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_64 | 2 | ||||
-rw-r--r-- | crypto/Makefile.am.masm-x86_64 | 2 | ||||
-rw-r--r-- | crypto/Makefile.am.mingw64-x86_64 | 2 |
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 | |||
3 | ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.S | 3 | ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.S |
4 | ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.S | 4 | ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.S |
5 | ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.S | 5 | ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.S |
6 | ASM_X86_64_MACOSX += aes/aesni-sha1-macosx-x86_64.S | ||
7 | ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S | 6 | ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S |
8 | ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S | 7 | ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S |
9 | ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.S | 8 | ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.S |
@@ -11,7 +10,6 @@ ASM_X86_64_MACOSX += camellia/cmll-macosx-x86_64.S | |||
11 | ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.S | 10 | ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.S |
12 | ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.S | 11 | ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.S |
13 | ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S | 12 | ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S |
14 | ASM_X86_64_MACOSX += rc4/rc4-md5-macosx-x86_64.S | ||
15 | ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S | 13 | ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S |
16 | ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S | 14 | ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S |
17 | ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S | 15 | ASM_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 | |||
3 | ASM_X86_64_MASM += aes/bsaes-masm-x86_64.S | 3 | ASM_X86_64_MASM += aes/bsaes-masm-x86_64.S |
4 | ASM_X86_64_MASM += aes/vpaes-masm-x86_64.S | 4 | ASM_X86_64_MASM += aes/vpaes-masm-x86_64.S |
5 | ASM_X86_64_MASM += aes/aesni-masm-x86_64.S | 5 | ASM_X86_64_MASM += aes/aesni-masm-x86_64.S |
6 | ASM_X86_64_MASM += aes/aesni-sha1-masm-x86_64.S | ||
7 | ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S | 6 | ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S |
8 | ASM_X86_64_MASM += bn/mont-masm-x86_64.S | 7 | ASM_X86_64_MASM += bn/mont-masm-x86_64.S |
9 | ASM_X86_64_MASM += bn/mont5-masm-x86_64.S | 8 | ASM_X86_64_MASM += bn/mont5-masm-x86_64.S |
@@ -11,7 +10,6 @@ ASM_X86_64_MASM += camellia/cmll-masm-x86_64.S | |||
11 | ASM_X86_64_MASM += md5/md5-masm-x86_64.S | 10 | ASM_X86_64_MASM += md5/md5-masm-x86_64.S |
12 | ASM_X86_64_MASM += modes/ghash-masm-x86_64.S | 11 | ASM_X86_64_MASM += modes/ghash-masm-x86_64.S |
13 | ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S | 12 | ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S |
14 | ASM_X86_64_MASM += rc4/rc4-md5-masm-x86_64.S | ||
15 | ASM_X86_64_MASM += sha/sha1-masm-x86_64.S | 13 | ASM_X86_64_MASM += sha/sha1-masm-x86_64.S |
16 | ASM_X86_64_MASM += sha/sha256-masm-x86_64.S | 14 | ASM_X86_64_MASM += sha/sha256-masm-x86_64.S |
17 | ASM_X86_64_MASM += sha/sha512-masm-x86_64.S | 15 | ASM_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 | |||
3 | ASM_X86_64_MINGW64 += aes/bsaes-mingw64-x86_64.S | 3 | ASM_X86_64_MINGW64 += aes/bsaes-mingw64-x86_64.S |
4 | ASM_X86_64_MINGW64 += aes/vpaes-mingw64-x86_64.S | 4 | ASM_X86_64_MINGW64 += aes/vpaes-mingw64-x86_64.S |
5 | ASM_X86_64_MINGW64 += aes/aesni-mingw64-x86_64.S | 5 | ASM_X86_64_MINGW64 += aes/aesni-mingw64-x86_64.S |
6 | ASM_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 | |||
11 | ASM_X86_64_MINGW64 += md5/md5-mingw64-x86_64.S | 10 | ASM_X86_64_MINGW64 += md5/md5-mingw64-x86_64.S |
12 | ASM_X86_64_MINGW64 += modes/ghash-mingw64-x86_64.S | 11 | ASM_X86_64_MINGW64 += modes/ghash-mingw64-x86_64.S |
13 | ASM_X86_64_MINGW64 += rc4/rc4-mingw64-x86_64.S | 12 | ASM_X86_64_MINGW64 += rc4/rc4-mingw64-x86_64.S |
14 | ASM_X86_64_MINGW64 += rc4/rc4-md5-mingw64-x86_64.S | ||
15 | ASM_X86_64_MINGW64 += sha/sha1-mingw64-x86_64.S | 13 | ASM_X86_64_MINGW64 += sha/sha1-mingw64-x86_64.S |
16 | ASM_X86_64_MINGW64 += sha/sha256-mingw64-x86_64.S | 14 | ASM_X86_64_MINGW64 += sha/sha256-mingw64-x86_64.S |
17 | ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S | 15 | ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S |