summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2015-01-11 18:33:19 +0300
committerJulien Gilli <julien.gilli@joyent.com>2015-01-21 11:39:54 -0800
commitf5e9b6e84a47a6990bd3b44d004026a6f0faaba2 (patch)
tree4d3e10ad1a8775c5ea17eed7fefcdaffed63cb4f
parentdeef605085be2dcd76bd2538ec32691e60a5e362 (diff)
downloadnode-f5e9b6e84a47a6990bd3b44d004026a6f0faaba2.tar.gz
build: remove vanished masm file from openssl build
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com> Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
-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 5d7880a55..9772c13fe 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',