]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL 12993/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Jun 2023 12:58:15 +0000 (14:58 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 Jul 2023 13:30:42 +0000 (15:30 +0200)
commit74a176fe964ecd6eb09effdbe4eb1c342c6ec094
tree7bc460498f959ad0900dbc887bcddae381072a5d
parent90667475b967974504c0f884bbee7a5c4e5db2b2
Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL

And move to BN_new() instead, which has been present since at least
0.9.6 and is still in 3.1.

(cherry picked from commit 9fcef4932c9323b085984f8a087045fef70103f5)
m4/pdns_check_libcrypto.m4