]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL 12935/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Jun 2023 12:58:15 +0000 (14:58 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Jun 2023 12:58:15 +0000 (14:58 +0200)
commit9fcef4932c9323b085984f8a087045fef70103f5
treeafc6e743f5c9ba2cb09f177edbcb0c89922d66c3
parent44d03d1dc5ba229a7f6e759128f72c28e7374fb2
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.
m4/pdns_check_libcrypto.m4