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 compatibility issue with OpenSSL 1.1.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix compatibility issue with OpenSSL 1.1.0 #23

wants to merge 1 commit into from

Conversation

sagaxu
Copy link

@sagaxu sagaxu commented Oct 10, 2019

OpenSSL_add_all_ciphers was deprecated in OpenSSL 1.1.0, check CRYPTO_free instead

OpenSSL_add_all_ciphers was deprecated in OpenSSL 1.1.0, check CRYPTO_free instead
@javl
Copy link

javl commented Dec 16, 2019

Just confirming this worked for me. Using OPENSSL_init_crypto as mentioned here didn't work, but the CRYPTO_free from this PR did allow me to build xar.

@baryluk
Copy link

baryluk commented Nov 17, 2020

I can confirm that this works. The project builds and works.

Please merge.

@zwass
Copy link

zwass commented Oct 27, 2021

@mackyle Any chance of merging this?

@VersoriumX
Copy link

Yes, so sorry it has gone awol...Today is the day my friend!!!!!

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.

5 participants