Skip to content

Commit f5e9b6e

Browse files
indutnyJulien Gilli
authored and
Julien Gilli
committed
build: remove vanished masm file from openssl build
Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Timothy J Fontaine <[email protected]> Reviewed-By: Julien Gilli <[email protected]>
1 parent deef605 commit f5e9b6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/openssl/openssl.gyp

+1-2
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)