]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL 12994/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>
Thu, 6 Jul 2023 13:39:47 +0000 (15:39 +0200)
commit8cc978050e8ce1a5155ef4ac74548b994620df17
tree038d7a2b0441e7a39b6d79d019aa5a9754103364
parent99d7f7a403baf29714a9f640c24f106c402c5891
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