- load gost algorithm into unbound-host.

git-svn-id: file:///svn/unbound/trunk@3628 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-02-19 12:11:36 +00:00
parent 2c94a5b312
commit 03d43b3c2e
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
19 February 2016: Wouter
- Print understandable debug log when unusable DS record is seen.
- load gost algorithm into unbound-host.
17 February 2016: Wouter
- Fix that "make install" fails due to "text file busy" error.

View File

@ -418,6 +418,9 @@ int main(int argc, char* argv[])
struct ub_ctx* ctx = NULL;
int debuglevel = 0;
# ifdef USE_GOST
(void)sldns_key_EVP_load_gost_id();
# endif
ctx = ub_ctx_create();
if(!ctx) {
fprintf(stderr, "error: out of memory\n");