From: Fedor Indutny Date: Sun, 11 Jan 2015 15:33:19 +0000 (+0300) Subject: gyp: remove vanished masm file from openssl build X-Git-Tag: v1.0.0~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c4a50dd2fc8ca7325292ef0cca99295a39cc6da;p=platform%2Fupstream%2Fnodejs.git gyp: remove vanished masm file from openssl build PR-URL: https://github.com/iojs/io.js/pull/289 Reviewed-By: Ben Noordhuis --- diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp index edb0a5b..93f7f74 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',