diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am.elf-x86_64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am.elf-x86_64 b/crypto/Makefile.am.elf-x86_64 index 20cc0cc..88be1d5 100644 --- a/crypto/Makefile.am.elf-x86_64 +++ b/crypto/Makefile.am.elf-x86_64 | |||
@@ -7,7 +7,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 | ||
11 | ASM_X86_64_ELF += camellia/cmll-elf-x86_64.S | 10 | ASM_X86_64_ELF += camellia/cmll-elf-x86_64.S |
12 | ASM_X86_64_ELF += md5/md5-elf-x86_64.S | 11 | ASM_X86_64_ELF += md5/md5-elf-x86_64.S |
13 | ASM_X86_64_ELF += modes/ghash-elf-x86_64.S | 12 | ASM_X86_64_ELF += modes/ghash-elf-x86_64.S |
@@ -41,7 +40,6 @@ libcrypto_la_CPPFLAGS += -DVPAES_ASM | |||
41 | libcrypto_la_CPPFLAGS += -DOPENSSL_IA32_SSE2 | 40 | libcrypto_la_CPPFLAGS += -DOPENSSL_IA32_SSE2 |
42 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT | 41 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT |
43 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT5 | 42 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT5 |
44 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_GF2m | ||
45 | libcrypto_la_CPPFLAGS += -DMD5_ASM | 43 | libcrypto_la_CPPFLAGS += -DMD5_ASM |
46 | libcrypto_la_CPPFLAGS += -DGHASH_ASM | 44 | libcrypto_la_CPPFLAGS += -DGHASH_ASM |
47 | libcrypto_la_CPPFLAGS += -DRSA_ASM | 45 | libcrypto_la_CPPFLAGS += -DRSA_ASM |