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 build failure caused by deprecated OpenSSL API macro. #10

Merged
merged 1 commit into from Nov 17, 2019
Merged

Fix build failure caused by deprecated OpenSSL API macro. #10

merged 1 commit into from Nov 17, 2019

Conversation

Gh0u1L5
Copy link
Contributor

@Gh0u1L5 Gh0u1L5 commented Oct 16, 2019

Hi @xerub , OPENSSL_API_1_1_0 has been deprecated for a while, and it fails the build with the latest OpenSSL library. Currently the suggested way to check OpenSSL version is using a long value called OPENSSL_VERSION_NUMBER.

Reference: https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes

@xerub xerub merged commit ed6a796 into xerub:master Nov 17, 2019
@xerub
Copy link
Owner

xerub commented Nov 17, 2019

Thanks.

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.

None yet

2 participants