]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- OPENSSL_config is deprecated, removing.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 21 Mar 2016 11:44:03 +0000 (11:44 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 21 Mar 2016 11:44:03 +0000 (11:44 +0000)
git-svn-id: file:///svn/unbound/trunk@3688 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/daemon.c
doc/Changelog
testcode/unitmain.c

index adb936a4f303d4d436e9c974481508eade7381b4..7edff800ce0ae42254ff24237490176f97739753 100644 (file)
@@ -206,9 +206,6 @@ daemon_init(void)
 #ifdef HAVE_SSL
        ERR_load_crypto_strings();
        ERR_load_SSL_strings();
-#  ifdef HAVE_OPENSSL_CONFIG
-       OPENSSL_config("unbound");
-#  endif
 #  ifdef USE_GOST
        (void)sldns_key_EVP_load_gost_id();
 #  endif
index 938c1656bdcdf4c7ff26f336994a136120301faf..87853665905a99c9ef2ada6b1522b5465cf0271d 100644 (file)
@@ -5,6 +5,7 @@
        - acx_nlnetlabs.m4 to v33, with HMAC_Update.
        - acx_nlnetlabs.m4 to v34, with -ldl -pthread test for libcrypto.
        - ERR_remove_state deprecated since openssl 1.0.0.
+       - OPENSSL_config is deprecated, removing.
 
 18 March 2016: Ralph
        - Validate QNAME minimised NXDOMAIN responses.
index eb83066b8ed25078caf36f2e2528e3dfbc2f8cf8..a690dcaa8c8688b1aeb405b03f108d7d827543c0 100644 (file)
@@ -564,9 +564,6 @@ main(int argc, char* argv[])
        printf("Start of %s unit test.\n", PACKAGE_STRING);
 #ifdef HAVE_SSL
        ERR_load_crypto_strings();
-#  ifdef HAVE_OPENSSL_CONFIG
-       OPENSSL_config("unbound");
-#  endif
 #  ifdef USE_GOST
        (void)sldns_key_EVP_load_gost_id();
 #  endif