deps: `MASM.UseSafeExceptionHandlers` for OpenSSL · nodejs/node@a4880b5 · GitHub
Skip to content

Commit a4880b5

Browse files
indutnyFishrock123
authored andcommitted
deps: MASM.UseSafeExceptionHandlers for OpenSSL
Use `msvs_settings.MASM.UseSafeExceptionHandlers` when building OpenSSL assembly code on Windows. This option appends `/safeseh` to the list of assembler flags when building `.asm` files on Windows. Having this option in place, separate rules in `masm_compile.gypi` are no longer needed. Fix: #7426 PR-URL: #7427 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bert Belder <bertbelder@gmail.com>
1 parent 5f766ad commit a4880b5

2 files changed

Lines changed: 6 additions & 45 deletions

File tree

deps/openssl/masm_compile.gypi

Lines changed: 0 additions & 44 deletions
This file was deleted.

deps/openssl/openssl.gyp

Lines changed: 6 additions & 1 deletion

0 commit comments

Comments
 (0)