diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am.macosx-x86_64 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/crypto/Makefile.am.macosx-x86_64 b/crypto/Makefile.am.macosx-x86_64 index bc2aaad..2118156 100644 --- a/crypto/Makefile.am.macosx-x86_64 +++ b/crypto/Makefile.am.macosx-x86_64 | |||
@@ -1,22 +1,22 @@ | |||
1 | 1 | ||
2 | ASM_X86_64_MACOSX = aes/aes-macosx-x86_64.s | 2 | 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 | 6 | ASM_X86_64_MACOSX += aes/aesni-sha1-macosx-x86_64.S |
7 | ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.s | 7 | ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S |
8 | ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.s | 8 | ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S |
9 | ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.s | 9 | ASM_X86_64_MACOSX += bn/mont5-macosx-x86_64.S |
10 | ASM_X86_64_MACOSX += bn/gf2m-macosx-x86_64.s | 10 | ASM_X86_64_MACOSX += bn/gf2m-macosx-x86_64.S |
11 | ASM_X86_64_MACOSX += camellia/cmll-macosx-x86_64.s | 11 | ASM_X86_64_MACOSX += camellia/cmll-macosx-x86_64.S |
12 | ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.s | 12 | ASM_X86_64_MACOSX += md5/md5-macosx-x86_64.S |
13 | ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.s | 13 | ASM_X86_64_MACOSX += modes/ghash-macosx-x86_64.S |
14 | ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.s | 14 | ASM_X86_64_MACOSX += rc4/rc4-macosx-x86_64.S |
15 | ASM_X86_64_MACOSX += rc4/rc4-md5-macosx-x86_64.s | 15 | ASM_X86_64_MACOSX += rc4/rc4-md5-macosx-x86_64.S |
16 | ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.s | 16 | ASM_X86_64_MACOSX += sha/sha1-macosx-x86_64.S |
17 | ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S | 17 | ASM_X86_64_MACOSX += sha/sha256-macosx-x86_64.S |
18 | ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S | 18 | ASM_X86_64_MACOSX += sha/sha512-macosx-x86_64.S |
19 | ASM_X86_64_MACOSX += whrlpool/wp-macosx-x86_64.s | 19 | ASM_X86_64_MACOSX += whrlpool/wp-macosx-x86_64.S |
20 | ASM_X86_64_MACOSX += cpuid-macosx-x86_64.S | 20 | ASM_X86_64_MACOSX += cpuid-macosx-x86_64.S |
21 | 21 | ||
22 | EXTRA_DIST += $(ASM_X86_64_MACOSX) | 22 | EXTRA_DIST += $(ASM_X86_64_MACOSX) |