diff options
Diffstat (limited to 'crypto/Makefile.am.mingw64-x86_64')
-rw-r--r-- | crypto/Makefile.am.mingw64-x86_64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am.mingw64-x86_64 b/crypto/Makefile.am.mingw64-x86_64 index 2d41c37..c2464ab 100644 --- a/crypto/Makefile.am.mingw64-x86_64 +++ b/crypto/Makefile.am.mingw64-x86_64 | |||
@@ -12,7 +12,6 @@ ASM_X86_64_MINGW64 += rc4/rc4-mingw64-x86_64.S | |||
12 | ASM_X86_64_MINGW64 += sha/sha1-mingw64-x86_64.S | 12 | ASM_X86_64_MINGW64 += sha/sha1-mingw64-x86_64.S |
13 | ASM_X86_64_MINGW64 += sha/sha256-mingw64-x86_64.S | 13 | ASM_X86_64_MINGW64 += sha/sha256-mingw64-x86_64.S |
14 | ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S | 14 | ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S |
15 | ASM_X86_64_MINGW64 += cpuid-mingw64-x86_64.S | ||
16 | 15 | ||
17 | EXTRA_DIST += $(ASM_X86_64_MINGW64) | 16 | EXTRA_DIST += $(ASM_X86_64_MINGW64) |
18 | 17 | ||
@@ -31,6 +30,5 @@ libcrypto_la_CPPFLAGS += -DSHA1_ASM | |||
31 | libcrypto_la_CPPFLAGS += -DSHA256_ASM | 30 | libcrypto_la_CPPFLAGS += -DSHA256_ASM |
32 | libcrypto_la_CPPFLAGS += -DSHA512_ASM | 31 | libcrypto_la_CPPFLAGS += -DSHA512_ASM |
33 | libcrypto_la_CPPFLAGS += -DWHIRLPOOL_ASM | 32 | libcrypto_la_CPPFLAGS += -DWHIRLPOOL_ASM |
34 | libcrypto_la_CPPFLAGS += -DOPENSSL_CPUID_OBJ | ||
35 | libcrypto_la_SOURCES += $(ASM_X86_64_MINGW64) | 33 | libcrypto_la_SOURCES += $(ASM_X86_64_MINGW64) |
36 | endif | 34 | endif |