]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
zonemd, doxygen comment fix.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 9 Oct 2020 13:05:46 +0000 (15:05 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 9 Oct 2020 13:05:46 +0000 (15:05 +0200)
services/authzone.h

index 6dd9c30b31864f241236f1e88642ddda32e43df2..4df8c54c6d6140185557e15adbc138d1aee54344 100644 (file)
@@ -716,7 +716,7 @@ int zonemd_scheme_supported(int scheme);
  * @param scheme: zonemd scheme.
  * @param hashalgo: zonemd hash algorithm.
  * @param hash: the hash to check.
- * @param buflen: length of hash buffer.
+ * @param hashlen: length of hash buffer.
  * @param region: temp region for allocs during canonicalisation.
  * @param buf: temp buffer during canonicalisation.
  * @param reason: string returned with failure reason.