]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL 13121/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Jun 2023 12:58:15 +0000 (14:58 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 14 Aug 2023 13:54:34 +0000 (15:54 +0200)
commitb65a8ce78db0a0bbea8acf5407d9a5601b317b9d
tree02afe6d4ca0567a970d8345750efdba99e241c18
parent24735efc3554ec5dd37b61afebff93fef2b3762b
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