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

Replace deprecated function for OpenSSL >= 3.0 #518

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

pjgeorg
Copy link
Contributor

@pjgeorg pjgeorg commented Oct 21, 2021

ERR_get_error_line_data is deprecated in OpenSSL >= 3.0.
It can be replaced by the newer function ERR_get_error_all added in OpenSSL 3.0.

ERR_get_error_line_data is deprecated in OpenSSL >= 3.0.
It can be replaced by the newer function ERR_get_error_all added in
OpenSSL 3.0.
@remicollet
Copy link
Contributor

Please merge, Fedora 36, RHEL 9 Beta and CentOS 9 Stream now use OpenSSL 3.0

@mpenick mpenick merged commit d31ce13 into datastax:master Nov 10, 2021
fsaporito pushed a commit to cloudian/cpp-driver that referenced this pull request May 9, 2023
ERR_get_error_line_data is deprecated in OpenSSL >= 3.0.
It can be replaced by the newer function ERR_get_error_all added in
OpenSSL 3.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants