From: Ondřej Surý Date: Fri, 26 Oct 2018 03:27:56 +0000 (+0000) Subject: Remove OPENSSL_cleanup() call as we cannot recover from that, it will be called via... X-Git-Tag: v9.13.4~21^2~68 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c38b145b89b103deaae1ce7c1f2b3da0322788cc;p=thirdparty%2Fbind9.git Remove OPENSSL_cleanup() call as we cannot recover from that, it will be called via atexit mechanism automatically --- diff --git a/lib/dns/openssl_link.c b/lib/dns/openssl_link.c index b3b7ca26090..8781406096f 100644 --- a/lib/dns/openssl_link.c +++ b/lib/dns/openssl_link.c @@ -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); }