diff options
Diffstat (limited to 'crypto/Makefile.am.masm-x86_64')
-rw-r--r-- | crypto/Makefile.am.masm-x86_64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am.masm-x86_64 b/crypto/Makefile.am.masm-x86_64 index 90641a7..2ef7e1b 100644 --- a/crypto/Makefile.am.masm-x86_64 +++ b/crypto/Makefile.am.masm-x86_64 | |||
@@ -6,7 +6,6 @@ ASM_X86_64_MASM += aes/aesni-masm-x86_64.S | |||
6 | ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S | 6 | ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S |
7 | ASM_X86_64_MASM += bn/mont-masm-x86_64.S | 7 | ASM_X86_64_MASM += bn/mont-masm-x86_64.S |
8 | ASM_X86_64_MASM += bn/mont5-masm-x86_64.S | 8 | ASM_X86_64_MASM += bn/mont5-masm-x86_64.S |
9 | ASM_X86_64_MASM += md5/md5-masm-x86_64.S | ||
10 | ASM_X86_64_MASM += modes/ghash-masm-x86_64.S | 9 | ASM_X86_64_MASM += modes/ghash-masm-x86_64.S |
11 | ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S | 10 | ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S |
12 | 11 | ||
@@ -19,7 +18,6 @@ libcrypto_la_CPPFLAGS += -DVPAES_ASM | |||
19 | libcrypto_la_CPPFLAGS += -DOPENSSL_IA32_SSE2 | 18 | libcrypto_la_CPPFLAGS += -DOPENSSL_IA32_SSE2 |
20 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT | 19 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT |
21 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT5 | 20 | libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT5 |
22 | libcrypto_la_CPPFLAGS += -DMD5_ASM | ||
23 | libcrypto_la_CPPFLAGS += -DGHASH_ASM | 21 | libcrypto_la_CPPFLAGS += -DGHASH_ASM |
24 | libcrypto_la_CPPFLAGS += -DRSA_ASM | 22 | libcrypto_la_CPPFLAGS += -DRSA_ASM |
25 | libcrypto_la_SOURCES += $(ASM_X86_64_MASM) | 23 | libcrypto_la_SOURCES += $(ASM_X86_64_MASM) |