Skip to content

Commit 7c4a50d

Browse files
committed
gyp: remove vanished masm file from openssl build
PR-URL: #289 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent a76811c commit 7c4a50d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deps/openssl/openssl.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,9 +925,8 @@
925925
'asm/x64-win32-masm/whrlpool/wp-x86_64.asm',
926926
'asm/x64-win32-masm/modes/ghash-x86_64.asm',
927927
'asm/x64-win32-masm/x86_64cpuid.asm',
928-
# Non-generated asm
929-
'openssl/crypto/bn/asm/x86_64-win32-masm.asm',
930928
# No asm available
929+
'openssl/crypto/bn/bn_asm.c',
931930
'openssl/crypto/bf/bf_enc.c',
932931
'openssl/crypto/cast/c_enc.c',
933932
'openssl/crypto/camellia/cmll_misc.c',

0 commit comments

Comments
 (0)