mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Remove unused LDNS function check for GOST Engine unloading.
This commit is contained in:
parent
233cb5c218
commit
7c9177095f
3 changed files with 5 additions and 2 deletions
|
|
@ -795,7 +795,7 @@ daemon_delete(struct daemon* daemon)
|
||||||
ub_c_lex_destroy();
|
ub_c_lex_destroy();
|
||||||
/* libcrypto cleanup */
|
/* libcrypto cleanup */
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
# if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST)
|
# if defined(USE_GOST)
|
||||||
sldns_key_EVP_unload_gost();
|
sldns_key_EVP_unload_gost();
|
||||||
# endif
|
# endif
|
||||||
# if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS && HAVE_DECL_SK_SSL_COMP_POP_FREE
|
# if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS && HAVE_DECL_SK_SSL_COMP_POP_FREE
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
20 June 2022: George
|
||||||
|
- Remove unused LDNS function check for GOST Engine unloading.
|
||||||
|
|
||||||
14 June 2022: George
|
14 June 2022: George
|
||||||
- Merge PR #688: Rpz url notify issue.
|
- Merge PR #688: Rpz url notify issue.
|
||||||
- Note in the unbound.conf text that NOTIFY is allowed from the url:
|
- Note in the unbound.conf text that NOTIFY is allowed from the url:
|
||||||
|
|
|
||||||
|
|
@ -918,7 +918,7 @@ main(int argc, char* argv[])
|
||||||
checklock_stop();
|
checklock_stop();
|
||||||
printf("%d checks ok.\n", testcount);
|
printf("%d checks ok.\n", testcount);
|
||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
# if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST)
|
# if defined(USE_GOST)
|
||||||
sldns_key_EVP_unload_gost();
|
sldns_key_EVP_unload_gost();
|
||||||
# endif
|
# endif
|
||||||
# ifdef HAVE_OPENSSL_CONFIG
|
# ifdef HAVE_OPENSSL_CONFIG
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue