OpenSSL config() and small memory leak. No more ENGINE_load_gost().

git-svn-id: file:///svn/unbound/trunk@1750 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2009-08-07 15:23:35 +00:00
parent b6076e3b6d
commit 538ca28828
12 changed files with 159 additions and 54 deletions
+3 -2
View File
@@ -484,8 +484,9 @@ verify_test()
#endif
verifytest_file("testdata/test_signatures.12", "20090107100022");
verifytest_file("testdata/test_signatures.13", "20080414005004");
#if defined(HAVE_ENGINE_LOAD_GOST) && defined(USE_GOST)
verifytest_file("testdata/test_signatures.15", "20090807060504");
#ifdef USE_GOST
if(ldns_key_EVP_load_gost_id()) /* and gost can be loaded */
verifytest_file("testdata/test_signatures.15", "20090807060504");
#endif
dstest_file("testdata/test_ds_sig.1");
nsectest();