From: Wouter Wijngaards Date: Mon, 15 Mar 2010 09:50:56 +0000 (+0000) Subject: cleaner allocs in unit test X-Git-Tag: release-1.4.4rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10880d861fef5c07ac8aa350c69aa256dc876eac;p=thirdparty%2Funbound.git cleaner allocs in unit test git-svn-id: file:///svn/unbound/trunk@2036 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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();