]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove OPENSSL_cleanup() call as we cannot recover from that, it will be called via...
authorOndřej Surý <ondrej@sury.org>
Fri, 26 Oct 2018 03:27:56 +0000 (03:27 +0000)
committerEvan Hunt <each@isc.org>
Thu, 15 Nov 2018 04:17:04 +0000 (20:17 -0800)
lib/dns/openssl_link.c

index b3b7ca2609007691ce5c497f103e94d768b1424b..8781406096fa58184e58eeba2ccbca410e46758b 100644 (file)
@@ -223,8 +223,6 @@ dst__openssl_destroy(void) {
                isc_mem_free(dst__mctx, locks);
                locks = NULL;
        }
-#else
-       OPENSSL_cleanup();
 #endif
        isc_mem_detach(&dst__mctx);
 }