From: Wouter Wijngaards Date: Fri, 2 Sep 2016 11:20:45 +0000 (+0000) Subject: autoconf X-Git-Tag: release-1.5.10~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db4645fc655201ed613e331a7d49985dad13c02f;p=thirdparty%2Funbound.git autoconf git-svn-id: file:///svn/unbound/trunk@3846 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/config.h.in b/config.h.in index 1e4ba1244..245ea490f 100644 --- a/config.h.in +++ b/config.h.in @@ -275,9 +275,6 @@ /* Use libnss for crypto */ #undef HAVE_NSS -/* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */ -#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS - /* Define to 1 if you have the `OpenSSL_add_all_digests' function. */ #undef HAVE_OPENSSL_ADD_ALL_DIGESTS @@ -392,9 +389,6 @@ /* Define if you have the SSL libraries installed. */ #undef HAVE_SSL -/* Define to 1 if you have the `SSL_library_init' function. */ -#undef HAVE_SSL_LIBRARY_INIT - /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H diff --git a/configure b/configure index 02ede5655..b5a9f4941 100755 --- a/configure +++ b/configure @@ -17535,7 +17535,7 @@ fi done -for ac_func in OPENSSL_config EVP_sha1 EVP_sha256 EVP_sha512 FIPS_mode EVP_MD_CTX_new OpenSSL_add_all_digests EVP_cleanup ERR_load_crypto_strings OpenSSL_add_all_algorithms SSL_library_init CRYPTO_cleanup_all_ex_data ERR_free_strings RAND_cleanup +for ac_func in OPENSSL_config EVP_sha1 EVP_sha256 EVP_sha512 FIPS_mode EVP_MD_CTX_new OpenSSL_add_all_digests EVP_cleanup ERR_load_crypto_strings CRYPTO_cleanup_all_ex_data ERR_free_strings RAND_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"