- ERR_remove_state deprecated since openssl 1.0.0.

git-svn-id: file:///svn/unbound/trunk@3687 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-03-21 11:38:50 +00:00
parent a3ed29156a
commit edf80f5e3d
4 changed files with 1 additions and 3 deletions

View File

@ -656,7 +656,6 @@ daemon_delete(struct daemon* daemon)
CONF_modules_free();
# endif
CRYPTO_cleanup_all_ex_data(); /* safe, no more threads right now */
ERR_remove_state(0);
ERR_free_strings();
RAND_cleanup();
# if defined(HAVE_SSL) && defined(OPENSSL_THREADS) && !defined(THREADS_DISABLED)

View File

@ -4,6 +4,7 @@
- Fix test for openssl to use HMAC_Update for 1.1.0.
- 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.
18 March 2016: Ralph
- Validate QNAME minimised NXDOMAIN responses.

View File

@ -642,7 +642,6 @@ int main(int argc, char* argv[])
do_service(addr, port, key, cert);
CRYPTO_cleanup_all_ex_data();
ERR_remove_state(0);
ERR_free_strings();
RAND_cleanup();
return 0;

View File

@ -602,7 +602,6 @@ main(int argc, char* argv[])
CONF_modules_free();
# endif
CRYPTO_cleanup_all_ex_data();
ERR_remove_state(0);
ERR_free_strings();
RAND_cleanup();
#elif defined(HAVE_NSS)