]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Set ub_ctx_set_tls call signature in ltrace config file for
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 31 Jan 2019 09:16:15 +0000 (09:16 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 31 Jan 2019 09:16:15 +0000 (09:16 +0000)
  libunbound in contrib/libunbound.so.conf.

git-svn-id: file:///svn/unbound/trunk@5090 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/libunbound.so.conf
doc/Changelog

index 3b78fca7f378b583f1311fdf4ae4f15d96860f51..7cf26fee492e38ba486cb94945885f05ae63ca53 100644 (file)
@@ -14,6 +14,7 @@ int ub_ctx_set_option(ub_ctx*, string, string);
 int ub_ctx_get_option(ub_ctx*, string, +string*);
 int ub_ctx_config(ub_ctx*, string);
 int ub_ctx_set_fwd(ub_ctx*, string);
+int ub_ctx_set_tls(ub_ctx*, bool(int));
 int ub_ctx_set_stub(ub_ctx*, string, string, bool(int));
 int ub_ctx_resolvconf(ub_ctx*, string);
 int ub_ctx_hosts(ub_ctx*, string);
index 70f0f71ab7eda500f3e491b8a0bd2ccb1a3bd213..ea8bfe8ff1beda071b3484c03086ad3d292be9c6 100644 (file)
@@ -1,3 +1,7 @@
+31 January 2019: Wouter
+       - Set ub_ctx_set_tls call signature in ltrace config file for
+         libunbound in contrib/libunbound.so.conf.
+
 30 January 2019: Ralph
        - Fix case in which query timeout can result in marking delegation
          as edns_lame_known.