From f5e9b6e84a47a6990bd3b44d004026a6f0faaba2 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sun, 11 Jan 2015 18:33:19 +0300 Subject: [PATCH] build: remove vanished masm file from openssl build Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig Reviewed-By: Timothy J Fontaine Reviewed-By: Julien Gilli --- 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 5d7880a558..9772c13fec 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',