-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
OpenSSL 3.x build error #43667
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Fyko
pushed a commit
to Fyko/node
that referenced
this issue
Sep 15, 2022
PR-URL: nodejs#43735 Fixes: nodejs#43667 Reviewed-By: Richard Lau <rlau@redhat.com>
Fyko
pushed a commit
to Fyko/node
that referenced
this issue
Sep 15, 2022
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config clean $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git commit PR-URL: nodejs#43735 Fixes: nodejs#43667 Reviewed-By: Richard Lau <rlau@redhat.com>
Fyko
pushed a commit
to Fyko/node
that referenced
this issue
Sep 15, 2022
PR-URL: nodejs#43735 Fixes: nodejs#43667 Reviewed-By: Richard Lau <rlau@redhat.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
We're experiencing a few problems in the OpenSSL 3.x update
References:
That was partially solved by a simple:
Will need to adjust the document https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-openssl.md to prevent similar issues.
The text was updated successfully, but these errors were encountered: