Closed
Description
We're experiencing a few problems in the OpenSSL 3.x update
References:
- deps: update OpenSSL 3.0.4+quic #43589 (comment)
That was partially solved by a simple:
+ # deps/openssl/config/Makefile
+ clean-s:
+ find archs \( -name \*.s \) -exec rm "{}" \
Will need to adjust the document https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md to prevent similar issues.
- 32-bit Windows is failing to compile deps: update OpenSSL 3.0.4+quic #43603