From: W.C.A. Wijngaards Date: Thu, 11 Feb 2021 15:05:28 +0000 (+0100) Subject: zonemd, review comments, indentation. X-Git-Tag: release-1.13.2rc1~269^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b6e1679ce136eb0c8161806c414c9a0d1d3192;p=thirdparty%2Funbound.git zonemd, review comments, indentation. --- diff --git a/services/authzone.c b/services/authzone.c index 71d9d2913..431df3931 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -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);