]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL 13077/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Jun 2023 12:58:15 +0000 (14:58 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Jul 2023 07:57:40 +0000 (09:57 +0200)
commit1f2ce4a03b2146f6f8439416199d1b06df3db058
tree9fddab7a0ecfb0eba2b480c9a581091513b0cae3
parent566ad636d52331435705fb3a9c876966e53a4d9d
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