]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
zonemd, review comments, indentation.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 11 Feb 2021 15:05:28 +0000 (16:05 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 11 Feb 2021 15:05:28 +0000 (16:05 +0100)
services/authzone.c

index 71d9d2913af54adbaafc998cbaebcbfa2f4e3a74..431df393143a84dd26204345a5f32ccb149835dd 100644 (file)
@@ -7576,7 +7576,7 @@ static int zonemd_simple_collate(struct auth_zone* z, int hashalgo,
 }
 
 int auth_zone_generate_zonemd_hash(struct auth_zone* z, int scheme,
-        int hashalgo, uint8_t* hash, size_t hashlen, size_t* resultlen,
+       int hashalgo, uint8_t* hash, size_t hashlen, size_t* resultlen,
        struct regional* region, struct sldns_buffer* buf, char** reason)
 {
        struct secalgo_hash* h = zonemd_digest_init(hashalgo, reason);