]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fixup for lruhash (whitespace and header file comment).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 20 Mar 2017 15:51:34 +0000 (15:51 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 20 Mar 2017 15:51:34 +0000 (15:51 +0000)
- dnscrypt tests.

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

doc/Changelog
testdata/dnscrypt_cert.tpkg [new file with mode: 0644]
testdata/dnscrypt_queries.tpkg [new file with mode: 0644]
util/storage/lruhash.h

index 5716f1392ae8cb9f96e3f38cb771f95357aaf50d..895a1ff92825feba5683ccc834861047a0e0de14 100644 (file)
@@ -3,6 +3,8 @@
          enabled in the config file from Manu Bretelle.
        - make depend, autoconf, remove warnings about statement before var.
        - lru_demote and lruhash_insert_or_retrieve functions for getdns.
+       - fixup for lruhash (whitespace and header file comment).
+       - dnscrypt tests.
 
 17 March 2017: Wouter
        - Patch for view functionality for local-data-ptr from Björn Ketelaars.
diff --git a/testdata/dnscrypt_cert.tpkg b/testdata/dnscrypt_cert.tpkg
new file mode 100644 (file)
index 0000000..18b41a2
Binary files /dev/null and b/testdata/dnscrypt_cert.tpkg differ
diff --git a/testdata/dnscrypt_queries.tpkg b/testdata/dnscrypt_queries.tpkg
new file mode 100644 (file)
index 0000000..fa3cdca
Binary files /dev/null and b/testdata/dnscrypt_queries.tpkg differ
index af06b6229849031ee8806dbc6cd2b68c41ddc08c..4759b5001231917e5c5e3cf443d53c946d97434a 100644 (file)
@@ -326,7 +326,7 @@ void lru_demote(struct lruhash* table, struct lruhash_entry* entry);
  * @param hash: hash value. User calculates the hash.
  * @param entry: identifies the entry.
  * @param data: the data.
- * @param cb_override: if not null overrides the cb_arg for the deletefunc.
+ * @param cb_arg: if not null overrides the cb_arg for the deletefunc.
  * @return: pointer to the existing entry if the key was already present,
  *     or to the entry argument if it was not.
  */