From 10880d861fef5c07ac8aa350c69aa256dc876eac Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 15 Mar 2010 09:50:56 +0000 Subject: [PATCH] cleaner allocs in unit test git-svn-id: file:///svn/unbound/trunk@2036 be551aaa-1e26-0410-a405-d3ace91eadb9 --- testcode/unitmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcode/unitmain.c b/testcode/unitmain.c index 6b540db9d..7af7d0f34 100644 --- a/testcode/unitmain.c +++ b/testcode/unitmain.c @@ -513,7 +513,7 @@ main(int argc, char* argv[]) printf("%d checks ok.\n", testcount); #ifdef HAVE_OPENSSL_CONFIG EVP_cleanup(); - /*ENGINE_cleanup();*/ + ENGINE_cleanup(); CONF_modules_free(); #endif CRYPTO_cleanup_all_ex_data(); -- 2.47.2