xar icon indicating copy to clipboard operation
xar copied to clipboard

fix compatibility issue with OpenSSL 1.1.0

Open sagaxu opened this issue 6 years ago • 4 comments

OpenSSL_add_all_ciphers was deprecated in OpenSSL 1.1.0, check CRYPTO_free instead

sagaxu avatar Oct 10 '19 15:10 sagaxu

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.

javl avatar Dec 16 '19 12:12 javl

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

Please merge.

baryluk avatar Nov 17 '20 17:11 baryluk

@mackyle Any chance of merging this?

zwass avatar Oct 27 '21 01:10 zwass

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

VersoriumX avatar Apr 17 '24 14:04 VersoriumX