From 7c4a50dd2fc8ca7325292ef0cca99295a39cc6da Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sun, 11 Jan 2015 18:33:19 +0300 Subject: [PATCH] gyp: remove vanished masm file from openssl build PR-URL: https://github.com/iojs/io.js/pull/289 Reviewed-By: Ben Noordhuis --- deps/openssl/openssl.gyp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', -- 2.7.4