From b56365792ebd8d1708dc62749d346a9f3550d223 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 2 Jan 2013 14:44:34 +0000 Subject: [PATCH] Even neater openssl callback removal code from Robert Fleischman. git-svn-id: file:///svn/unbound/trunk@2801 be551aaa-1e26-0410-a405-d3ace91eadb9 --- util/net_help.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/net_help.c b/util/net_help.c index 1a94492e2..054fa5086 100644 --- a/util/net_help.c +++ b/util/net_help.c @@ -772,6 +772,8 @@ void ub_openssl_lock_delete(void) int i; if(!ub_openssl_locks) return; + CRYPTO_set_id_callback(NULL); + CRYPTO_set_locking_callback(NULL); for(i=0; i