]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- load gost algorithm into unbound-host.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 19 Feb 2016 12:11:36 +0000 (12:11 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 19 Feb 2016 12:11:36 +0000 (12:11 +0000)
git-svn-id: file:///svn/unbound/trunk@3628 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-host.c

index cf0e56b45837a9c78732d98f0178d7ef09b516f9..5f02a2b059b61df5c14c245ffdc405e89abd6617 100644 (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.
index 30fef51fdc6f575828508b76dd3a1803f3ec9199..b256a32260775c916d04a934d1e7bd9320273723 100644 (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");