]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
cleaner allocs in unit test
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 15 Mar 2010 09:50:56 +0000 (09:50 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 15 Mar 2010 09:50:56 +0000 (09:50 +0000)
git-svn-id: file:///svn/unbound/trunk@2036 be551aaa-1e26-0410-a405-d3ace91eadb9

testcode/unitmain.c

index 6b540db9d6e527144d56cd27cd76dc787f97fa70..7af7d0f347ed6a5e3997672c0537040359d95054 100644 (file)
@@ -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();