aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.masm-x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am.masm-x86_64')
-rw-r--r--crypto/Makefile.am.masm-x86_642
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
6ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S 6ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S
7ASM_X86_64_MASM += bn/mont-masm-x86_64.S 7ASM_X86_64_MASM += bn/mont-masm-x86_64.S
8ASM_X86_64_MASM += bn/mont5-masm-x86_64.S 8ASM_X86_64_MASM += bn/mont5-masm-x86_64.S
9ASM_X86_64_MASM += md5/md5-masm-x86_64.S
10ASM_X86_64_MASM += modes/ghash-masm-x86_64.S 9ASM_X86_64_MASM += modes/ghash-masm-x86_64.S
11ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S 10ASM_X86_64_MASM += rc4/rc4-masm-x86_64.S
12 11
@@ -19,7 +18,6 @@ libcrypto_la_CPPFLAGS += -DVPAES_ASM
19libcrypto_la_CPPFLAGS += -DOPENSSL_IA32_SSE2 18libcrypto_la_CPPFLAGS += -DOPENSSL_IA32_SSE2
20libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT 19libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT
21libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT5 20libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT5
22libcrypto_la_CPPFLAGS += -DMD5_ASM
23libcrypto_la_CPPFLAGS += -DGHASH_ASM 21libcrypto_la_CPPFLAGS += -DGHASH_ASM
24libcrypto_la_CPPFLAGS += -DRSA_ASM 22libcrypto_la_CPPFLAGS += -DRSA_ASM
25libcrypto_la_SOURCES += $(ASM_X86_64_MASM) 23libcrypto_la_SOURCES += $(ASM_X86_64_MASM)