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

Fix OpenSSL 1.0.2 compilation - deprecated APIs #9

Closed
wants to merge 1 commit into from
Closed

Fix OpenSSL 1.0.2 compilation - deprecated APIs #9

wants to merge 1 commit into from

Conversation

neheb
Copy link

@neheb neheb commented Nov 6, 2018

CRYPTO_set_id_callback got replaced by CRYPTO_THREADID_set_callback
which uses OpenSSL's threading API in 1.0.2. Made the necessary adjustments.

CRYPTO_set_id_callback got replaced by CRYPTO_THREADID_set_callback
which uses OpenSSL's threading API in 1.0.2. Made the necessary adjustments.
@wcawijngaards
Copy link
Member

Fixed, but with detection for that function, and backwards compatibility for older openssl versions. That function is gone for openssl 1.1.0 by the way.

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.

2 participants