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 a4880b5Copy full SHA for a4880b5
File tree
Expand file treeCollapse file tree
2 files changed
+6
-45
lines changedOpen diff view settings
Filter options
- deps/openssl
Expand file treeCollapse file tree
2 files changed
+6
-45
lines changedOpen diff view settings
Collapse file
deps/openssl/masm_compile.gypi
Copy file name to clipboardExpand all lines: deps/openssl/masm_compile.gypi-44Lines changed: 0 additions & 44 deletions
This file was deleted.
Collapse file
+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
121 | 121 | |
122 | 122 | |
123 | 123 | |
124 | | - |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
125 | 130 | |
126 | 131 | |
127 | 132 | |
|
0 commit comments