mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- OPENSSL_config is deprecated, removing.
git-svn-id: file:///svn/unbound/trunk@3688 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
edf80f5e3d
commit
59fd18e8ce
3 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue