summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl.gyp
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2015-01-11 18:33:19 +0300
committerFedor Indutny <fedor@indutny.com>2015-01-12 21:31:09 +0300
commit7c4a50dd2fc8ca7325292ef0cca99295a39cc6da (patch)
tree697e29231f7a3115906aa69f5ee1638d413f5710 /deps/openssl/openssl.gyp
parenta76811c811f8e1602181f1c4368370c192adff0c (diff)
downloadandroid-node-v8-7c4a50dd2fc8ca7325292ef0cca99295a39cc6da.tar.gz
android-node-v8-7c4a50dd2fc8ca7325292ef0cca99295a39cc6da.tar.bz2
android-node-v8-7c4a50dd2fc8ca7325292ef0cca99295a39cc6da.zip
gyp: remove vanished masm file from openssl build
PR-URL: https://github.com/iojs/io.js/pull/289 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
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 edb0a5b25b..93f7f740ee 100644
--- a/deps/openssl/openssl.gyp
+++ b/deps/openssl/openssl.gyp
@@ -925,9 +925,8 @@
'asm/x64-win32-masm/whrlpool/wp-x86_64.asm',
'asm/x64-win32-masm/modes/ghash-x86_64.asm',
'asm/x64-win32-masm/x86_64cpuid.asm',
- # Non-generated asm
- 'openssl/crypto/bn/asm/x86_64-win32-masm.asm',
# No asm available
+ 'openssl/crypto/bn/bn_asm.c',
'openssl/crypto/bf/bf_enc.c',
'openssl/crypto/cast/c_enc.c',
'openssl/crypto/camellia/cmll_misc.c',