summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl.gyp')
-rw-r--r--deps/openssl/openssl.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp
index 45933094de..1715c0fc71 100644
--- a/deps/openssl/openssl.gyp
+++ b/deps/openssl/openssl.gyp
@@ -8,7 +8,6 @@
'target_name': 'openssl',
'type': '<(library)',
'defines': [
- 'OPENSSL_NO_ASM=1', # revisit, this slows down most algorithms
'L_ENDIAN',
'OPENSSLDIR="ssl"',
'ENGINESDIR="ssl/lib/engines"',
@@ -39,7 +38,7 @@
'TERMIO',
],
}],
- ['target_arch=="ia32"', {
+ ['target_arch=="ia32" or target_arch=="x64"', {
'include_dirs': [
'config/piii',
],