]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Regenerate configure file
authorMatthijs Mekking <matthijs@isc.org>
Thu, 9 Dec 2021 15:48:01 +0000 (16:48 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 9 Dec 2021 16:03:31 +0000 (17:03 +0100)
Commit 3c77a51f added a configure check for OPENSSL_cleanup. The
regenerated configure file should have been added to that commit.

configure

index 27f95388e596a8839bfe9611c85bb27eea0dc888..ac7e347eb037023426bbf3af093802fc710a240f 100755 (executable)
--- a/configure
+++ b/configure
@@ -16892,7 +16892,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 # Check for functions added in OpenSSL or LibreSSL
 #
 
-for ac_func in OPENSSL_init_ssl OPENSSL_init_crypto
+for ac_func in OPENSSL_init_ssl OPENSSL_init_crypto OPENSSL_cleanup
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"