]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Remove unused LDNS function check for GOST Engine unloading.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 20 Jun 2022 14:27:15 +0000 (16:27 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Mon, 20 Jun 2022 14:27:15 +0000 (16:27 +0200)
daemon/daemon.c
doc/Changelog
testcode/unitmain.c

index 0e3923b4e9f2cbd287515cdfbb5128fdbcc2650a..4ed531855ee679bfb565321a2e920ec7c8641558 100644 (file)
@@ -795,7 +795,7 @@ daemon_delete(struct daemon* daemon)
        ub_c_lex_destroy();
        /* libcrypto cleanup */
 #ifdef HAVE_SSL
-#  if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST)
+#  if defined(USE_GOST)
        sldns_key_EVP_unload_gost();
 #  endif
 #  if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS && HAVE_DECL_SK_SSL_COMP_POP_FREE
index 917c7e939442861d9012c9e7d53d1864e8ef4ff7..73ed03dfc8750f398cc5b44eec1ab73371d41337 100644 (file)
@@ -1,3 +1,6 @@
+20 June 2022: George
+       - Remove unused LDNS function check for GOST Engine unloading.
+
 14 June 2022: George
        - Merge PR #688: Rpz url notify issue.
        - Note in the unbound.conf text that NOTIFY is allowed from the url:
index 16aa8845021034c3fdd11ddb88e712abecebf58d..b6dac5507faff184a5e7628c547886923023ae37 100644 (file)
@@ -918,7 +918,7 @@ main(int argc, char* argv[])
        checklock_stop();
        printf("%d checks ok.\n", testcount);
 #ifdef HAVE_SSL
-#  if defined(USE_GOST) && defined(HAVE_LDNS_KEY_EVP_UNLOAD_GOST)
+#  if defined(USE_GOST)
        sldns_key_EVP_unload_gost();
 #  endif
 #  ifdef HAVE_OPENSSL_CONFIG