diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-20 19:59:46 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-20 20:03:37 -0600 |
commit | 8730803401f3bdc922def1ca01ea8f1f78aa81db (patch) | |
tree | 068abc9b700837412a82599323ef55213718e21b /crypto | |
parent | 8475a5876d3ecbbfd2a590ab6ea81e332dfb2773 (diff) | |
download | portable-8730803401f3bdc922def1ca01ea8f1f78aa81db.tar.gz portable-8730803401f3bdc922def1ca01ea8f1f78aa81db.tar.bz2 portable-8730803401f3bdc922def1ca01ea8f1f78aa81db.zip |
enable asm for mingw64
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index ce846b4..d2c7431 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -102,9 +102,6 @@ libcrypto_la_CPPFLAGS += -DOPENSSL_NO_HW_PADLOCK | |||
102 | if OPENSSL_NO_ASM | 102 | if OPENSSL_NO_ASM |
103 | libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM | 103 | libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM |
104 | else | 104 | else |
105 | if HOST_WIN | ||
106 | libcrypto_la_CPPFLAGS += -DOPENSSL_NO_ASM | ||
107 | endif | ||
108 | endif | 105 | endif |
109 | 106 | ||
110 | if OPENSSLDIR_DEFINED | 107 | if OPENSSLDIR_DEFINED |