diff options
author | Bert Belder <bertbelder@gmail.com> | 2012-09-18 02:13:29 +0200 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-09-17 17:54:59 -0700 |
commit | 9423aa995b07b8edc4662e914e6ee195c14f5f76 (patch) | |
tree | 94b20bb73f51639b0a27211627b831410061e0fa | |
parent | 22974a1acd0acd1081c36cc6a3c79a005c955b8d (diff) | |
download | node-new-9423aa995b07b8edc4662e914e6ee195c14f5f76.tar.gz |
openssl: fix the Windows x64 build
-rw-r--r-- | deps/openssl/config/k8/openssl/opensslconf-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/openssl/config/k8/openssl/opensslconf-win32.h b/deps/openssl/config/k8/openssl/opensslconf-win32.h index 8a37db987a..102cb2dd73 100644 --- a/deps/openssl/config/k8/openssl/opensslconf-win32.h +++ b/deps/openssl/config/k8/openssl/opensslconf-win32.h @@ -41,6 +41,9 @@ #ifndef OPENSSL_NO_SEED # define OPENSSL_NO_SEED #endif +#ifndef OPENSSL_NO_ASM +# define OPENSSL_NO_ASM +#endif #endif /* OPENSSL_DOING_MAKEDEPEND */ |