diff options
| author | 2020-01-09 14:21:27 +0000 | |
|---|---|---|
| committer | 2020-01-09 14:21:27 +0000 | |
| commit | 2ff653ef37ec8a07f55f049c640bb08ab96ac616 (patch) | |
| tree | b279d9a08c5332faf8094ed59af3458c6c930a46 /usr.sbin/bind/lib/isc/timer.c | |
| parent | unifdef WITH_IDN; prodding deraadt@ (diff) | |
| download | wireguard-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/timer.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/timer.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/bind/lib/isc/timer.c b/usr.sbin/bind/lib/isc/timer.c index 9c2eab184ef..7c50fc61de6 100644 --- a/usr.sbin/bind/lib/isc/timer.c +++ b/usr.sbin/bind/lib/isc/timer.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.7 2020/01/09 13:47:14 florian Exp $ */ +/* $Id: timer.c,v 1.8 2020/01/09 14:21:27 florian Exp $ */ /*! \file */ @@ -36,10 +36,6 @@ #include <isc/timer.h> #include <isc/util.h> -#ifdef OPENSSL_LEAKS -#include <openssl/err.h> -#endif - /* See task.c about the following definition: */ #define USE_SHARED_MANAGER @@ -813,10 +809,6 @@ run(void *uap) { } UNLOCK(&manager->lock); -#ifdef OPENSSL_LEAKS - ERR_remove_state(0); -#endif - return ((isc_threadresult_t)0); } #endif /* USE_TIMER_THREAD */ |
