summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/task.c
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-01-09 14:21:27 +0000
committerflorian <florian@openbsd.org>2020-01-09 14:21:27 +0000
commit2ff653ef37ec8a07f55f049c640bb08ab96ac616 (patch)
treeb279d9a08c5332faf8094ed59af3458c6c930a46 /usr.sbin/bind/lib/isc/task.c
parentunifdef WITH_IDN; prodding deraadt@ (diff)
downloadwireguard-openbsd-2ff653ef37ec8a07f55f049c640bb08ab96ac616.tar.xz
wireguard-openbsd-2ff653ef37ec8a07f55f049c640bb08ab96ac616.zip
First round of OPENSSL unifdef:
#define OPENSSL #undef OPENSSL_LEAKS #undef USE_ENGINE #undef DNS_CRYPTO_LEAKS prodding deraadt@
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 */