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

Commit 376226c1 broke building with OPENSSL_NO_ENGINE #2589

Closed
dirkfeytons opened this issue Jul 7, 2022 · 1 comment
Closed

Commit 376226c1 broke building with OPENSSL_NO_ENGINE #2589

dirkfeytons opened this issue Jul 7, 2022 · 1 comment

Comments

@dirkfeytons
Copy link

I was building 2.0.14 on Linux against an OpenSSL that is built with OPENSSL_NO_ENGINE. The build failed in src/net.c because in net__tls_load_verify() there's a call to net__load_engine() but that function is not compiled in.
I traced it back to commit 376226c.

ralight added a commit that referenced this issue Aug 6, 2022
@ralight
Copy link
Contributor

ralight commented Aug 6, 2022

Thank you, that's not an option I've actually come across. That's now fixed and will be in 2.0.15.

@ralight ralight closed this as completed Aug 6, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants