We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b253cc commit d6bc311Copy full SHA for d6bc311
doc/contributing/maintaining-openssl.md
@@ -103,6 +103,16 @@ Use `make` to regenerate all platform dependent files in
103
% make -C deps/openssl/config
104
```
105
106
+**Note**: If the 32-bit Windows is failing to compile run this workflow instead:
107
+
108
+```console
109
+% make -C deps/openssl/config clean
110
+# Edit deps/openssl/openssl/crypto/perlasm/x86asm.pl changing
111
+# #ifdef to %ifdef to make it compatible to nasm on 32-bit Windows.
112
+# See: https://github.com/nodejs/node/pull/43603#issuecomment-1170670844
113
+# Reference: https://github.com/openssl/openssl/issues/18459
114
+```
115
116
## 3. Check diffs
117
118
Check diffs to ensure updates are right. Even if there are no updates in openssl
0 commit comments