diff options
author | Brent Cook <bcook@openbsd.org> | 2016-11-05 05:21:29 -0500 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-05 19:11:19 +0900 |
commit | 659aff9fa7cbfefff28c248f611b13b8ae8424aa (patch) | |
tree | 2b0bf5cdc3ffc330a17b0ae3341fc0d43ba51684 /crypto/Makefile.am.elf-x86_64 | |
parent | a241b876e98e4c0d0b326f6fe1bbb375a0fc8b34 (diff) | |
download | portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.tar.gz portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.tar.bz2 portable-659aff9fa7cbfefff28c248f611b13b8ae8424aa.zip |
updates for latest build changes
Diffstat (limited to 'crypto/Makefile.am.elf-x86_64')
-rw-r--r-- | crypto/Makefile.am.elf-x86_64 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/crypto/Makefile.am.elf-x86_64 b/crypto/Makefile.am.elf-x86_64 index 44e08a1..4cd34e2 100644 --- a/crypto/Makefile.am.elf-x86_64 +++ b/crypto/Makefile.am.elf-x86_64 | |||
@@ -1,22 +1,22 @@ | |||
1 | 1 | ||
2 | ASM_X86_64_ELF = aes/aes-elf-x86_64.s | 2 | ASM_X86_64_ELF = aes/aes-elf-x86_64.S |
3 | ASM_X86_64_ELF += aes/bsaes-elf-x86_64.s | 3 | ASM_X86_64_ELF += aes/bsaes-elf-x86_64.S |
4 | ASM_X86_64_ELF += aes/vpaes-elf-x86_64.s | 4 | ASM_X86_64_ELF += aes/vpaes-elf-x86_64.S |
5 | ASM_X86_64_ELF += aes/aesni-elf-x86_64.s | 5 | ASM_X86_64_ELF += aes/aesni-elf-x86_64.S |
6 | ASM_X86_64_ELF += aes/aesni-sha1-elf-x86_64.s | 6 | ASM_X86_64_ELF += aes/aesni-sha1-elf-x86_64.S |
7 | ASM_X86_64_ELF += bn/modexp512-elf-x86_64.s | 7 | ASM_X86_64_ELF += bn/modexp512-elf-x86_64.S |
8 | ASM_X86_64_ELF += bn/mont-elf-x86_64.s | 8 | ASM_X86_64_ELF += bn/mont-elf-x86_64.S |
9 | ASM_X86_64_ELF += bn/mont5-elf-x86_64.s | 9 | ASM_X86_64_ELF += bn/mont5-elf-x86_64.S |
10 | ASM_X86_64_ELF += bn/gf2m-elf-x86_64.s | 10 | ASM_X86_64_ELF += bn/gf2m-elf-x86_64.S |
11 | ASM_X86_64_ELF += camellia/cmll-elf-x86_64.s | 11 | ASM_X86_64_ELF += camellia/cmll-elf-x86_64.S |
12 | ASM_X86_64_ELF += md5/md5-elf-x86_64.s | 12 | ASM_X86_64_ELF += md5/md5-elf-x86_64.S |
13 | ASM_X86_64_ELF += modes/ghash-elf-x86_64.s | 13 | ASM_X86_64_ELF += modes/ghash-elf-x86_64.S |
14 | ASM_X86_64_ELF += rc4/rc4-elf-x86_64.s | 14 | ASM_X86_64_ELF += rc4/rc4-elf-x86_64.S |
15 | ASM_X86_64_ELF += rc4/rc4-md5-elf-x86_64.s | 15 | ASM_X86_64_ELF += rc4/rc4-md5-elf-x86_64.S |
16 | ASM_X86_64_ELF += sha/sha1-elf-x86_64.s | 16 | ASM_X86_64_ELF += sha/sha1-elf-x86_64.S |
17 | ASM_X86_64_ELF += sha/sha256-elf-x86_64.S | 17 | ASM_X86_64_ELF += sha/sha256-elf-x86_64.S |
18 | ASM_X86_64_ELF += sha/sha512-elf-x86_64.S | 18 | ASM_X86_64_ELF += sha/sha512-elf-x86_64.S |
19 | ASM_X86_64_ELF += whrlpool/wp-elf-x86_64.s | 19 | ASM_X86_64_ELF += whrlpool/wp-elf-x86_64.S |
20 | ASM_X86_64_ELF += cpuid-elf-x86_64.S | 20 | ASM_X86_64_ELF += cpuid-elf-x86_64.S |
21 | 21 | ||
22 | EXTRA_DIST += $(ASM_X86_64_ELF) | 22 | EXTRA_DIST += $(ASM_X86_64_ELF) |