{{ message }}
Commit a4880b5
deps:
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>MASM.UseSafeExceptionHandlers for OpenSSL1 parent 5f766ad commit a4880b5
2 files changed
Lines changed: 6 additions & 45 deletions
This file was deleted.

0 commit comments