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

MDEV-35045: compile error with deprecated openssl/engine.h #29

Open
wants to merge 1 commit into
base: mariadb-4.x
Choose a base branch
from

Conversation

grooverdan
Copy link
Member

Fedora (41) is deprecating the Openssl engine1. The bundled asio has defines around OPENSSL_NO_ENGINE, but never checks or sets this.

This adds a check for the openssl/engine.h which might be included via the openssl-devel-engine package.

Also teh gu_asio_test.cpp needs the err.h header and not the engine one for the ERR_get_error function.

Fedora (41) is deprecating the Openssl engine[1]. The bundled
asio has defines around OPENSSL_NO_ENGINE, but never checks or
sets this.

This adds a check for the openssl/engine.h which might be
included via the openssl-devel-engine package.

Also teh gu_asio_test.cpp needs the err.h header and
not the engine one for the ERR_get_error function.

[1]: https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant