mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 17:09:20 -05:00
nicer warning during GOST testing.
git-svn-id: file:///svn/unbound/trunk@1751 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
538ca28828
commit
48d786dcc8
1 changed files with 2 additions and 1 deletions
|
|
@ -485,8 +485,9 @@ verify_test()
|
|||
verifytest_file("testdata/test_signatures.12", "20090107100022");
|
||||
verifytest_file("testdata/test_signatures.13", "20080414005004");
|
||||
#ifdef USE_GOST
|
||||
if(ldns_key_EVP_load_gost_id()) /* and gost can be loaded */
|
||||
if(ldns_key_EVP_load_gost_id())
|
||||
verifytest_file("testdata/test_signatures.15", "20090807060504");
|
||||
else printf("Warning: skipped GOST, openssl does not provide gost.\n");
|
||||
#endif
|
||||
dstest_file("testdata/test_ds_sig.1");
|
||||
nsectest();
|
||||
|
|
|
|||
Loading…
Reference in a new issue