From c38b145b89b103deaae1ce7c1f2b3da0322788cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 26 Oct 2018 03:27:56 +0000 Subject: [PATCH] Remove OPENSSL_cleanup() call as we cannot recover from that, it will be called via atexit mechanism automatically --- lib/dns/openssl_link.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dns/openssl_link.c b/lib/dns/openssl_link.c index b3b7ca2609..8781406096 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); }