Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80c2fa8

Browse filesBrowse files
RafaelGSSdanielleadams
authored andcommitted
doc: mention Win 32-bit openssl build issue
PR-URL: #43853 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 8b8c55d commit 80c2fa8
Copy full SHA for 80c2fa8

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎doc/contributing/maintaining-openssl.md‎

Copy file name to clipboardExpand all lines: doc/contributing/maintaining-openssl.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ Use `make` to regenerate all platform dependent files in
9797
% make -C deps/openssl/config
9898
```
9999

100+
**Note**: If the 32-bit Windows is failing to compile run this workflow instead:
101+
102+
```console
103+
% make -C deps/openssl/config clean
104+
# Edit deps/openssl/openssl/crypto/perlasm/x86asm.pl changing
105+
# #ifdef to %ifdef to make it compatible to nasm on 32-bit Windows.
106+
# See: https://github.com/nodejs/node/pull/43603#issuecomment-1170670844
107+
# Reference: https://github.com/openssl/openssl/issues/18459
108+
```
109+
100110
## 3. Check diffs
101111

102112
Check diffs to ensure updates are right. Even if there are no updates in openssl

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.