We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7087e commit e17656fCopy full SHA for e17656f
doc/contributing/maintaining-openssl.md
@@ -97,6 +97,16 @@ Use `make` to regenerate all platform dependent files in
97
% make -C deps/openssl/config
98
```
99
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
110
## 3. Check diffs
111
112
Check diffs to ensure updates are right. Even if there are no updates in openssl
0 commit comments