]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
autoconf
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Sep 2016 11:20:45 +0000 (11:20 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Sep 2016 11:20:45 +0000 (11:20 +0000)
git-svn-id: file:///svn/unbound/trunk@3846 be551aaa-1e26-0410-a405-d3ace91eadb9

config.h.in
configure

index 1e4ba124428baa99f0b9a5d24bf3d6817c0282be..245ea490fc6dd16dae6cf3b30d3f8640d3265aa4 100644 (file)
 /* 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
 
 /* 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 <stdarg.h> header file. */
 #undef HAVE_STDARG_H
 
index 02ede56556dfd1aed3e31807a17d155f817cd314..b5a9f4941eee90e9f98679e9b9a5334999d617d8 100755 (executable)
--- 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"