summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/lib/isc/task.c')
-rw-r--r--usr.sbin/bind/lib/isc/task.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/bind/lib/isc/task.c b/usr.sbin/bind/lib/isc/task.c
index a69b9cf245e..ce0d3023ef5 100644
--- a/usr.sbin/bind/lib/isc/task.c
+++ b/usr.sbin/bind/lib/isc/task.c
@@ -41,10 +41,6 @@
#include <isc/util.h>
#include <isc/xml.h>
-#ifdef OPENSSL_LEAKS
-#include <openssl/err.h>
-#endif
-
/*%
* For BIND9 internal applications:
* when built with threads we use multiple worker threads shared by the whole
@@ -1286,10 +1282,6 @@ run(void *uap) {
XTHREADTRACE(isc_msgcat_get(isc_msgcat, ISC_MSGSET_GENERAL,
ISC_MSG_EXITING, "exiting"));
-#ifdef OPENSSL_LEAKS
- ERR_remove_state(0);
-#endif
-
return ((isc_threadresult_t)0);
}
#endif /* USE_WORKER_THREADS */