Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert #846 / e9dfa8e #932

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

DimitriPapadopoulos
Copy link
Collaborator

@DimitriPapadopoulos DimitriPapadopoulos commented Sep 8, 2021

Actually, I have not entirely reverted #846 / e9dfa8e. I have just modified the default setting: OpenSSL engines are now enabled by default, but are disabled when OPENSSL_NO_ENGINE is set.

Indeed, OPENSSL_NO_ENGINE is never defined, while OPENSSL_NO_ENGINE may be defined by OpenSSL in <openssl/opensslconf.h>.

Fixes #931 and #793.

@DimitriPapadopoulos DimitriPapadopoulos linked an issue Sep 8, 2021 that may be closed by this pull request
Actually, I have not entirely reverted this previous patch. I have just
modified the default setting: OpenSSL engines are now enabled by default,
but are disabled when OPENSSL_NO_ENGINE is set.

Indeed, OPENSSL_NO_ENGINE is never defined, while OPENSSL_NO_ENGINE may be
defined by OpenSSL in <openssl/opensslconf.h>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression: openssl engine not loaded Compilation problem
1 participant