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 61b5660..744d7c0 100644 --- a/crypto/Makefile.am.mingw64-x86_64 +++ b/crypto/Makefile.am.mingw64-x86_64 | |||
@@ -10,7 +10,6 @@ ASM_X86_64_MINGW64 += md5/md5-mingw64-x86_64.S | |||
10 | ASM_X86_64_MINGW64 += modes/ghash-mingw64-x86_64.S | 10 | ASM_X86_64_MINGW64 += modes/ghash-mingw64-x86_64.S |
11 | ASM_X86_64_MINGW64 += rc4/rc4-mingw64-x86_64.S | 11 | 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/sha512-mingw64-x86_64.S | ||
14 | 13 | ||
15 | EXTRA_DIST += $(ASM_X86_64_MINGW64) | 14 | EXTRA_DIST += $(ASM_X86_64_MINGW64) |
16 | 15 | ||
@@ -26,6 +25,5 @@ libcrypto_la_CPPFLAGS += -DMD5_ASM | |||
26 | libcrypto_la_CPPFLAGS += -DGHASH_ASM | 25 | libcrypto_la_CPPFLAGS += -DGHASH_ASM |
27 | libcrypto_la_CPPFLAGS += -DRSA_ASM | 26 | libcrypto_la_CPPFLAGS += -DRSA_ASM |
28 | libcrypto_la_CPPFLAGS += -DSHA1_ASM | 27 | libcrypto_la_CPPFLAGS += -DSHA1_ASM |
29 | libcrypto_la_CPPFLAGS += -DSHA512_ASM | ||
30 | libcrypto_la_SOURCES += $(ASM_X86_64_MINGW64) | 28 | libcrypto_la_SOURCES += $(ASM_X86_64_MINGW64) |
31 | endif | 29 | endif |