zonemd, review comments, indentation.

This commit is contained in:
W.C.A. Wijngaards 2021-02-11 16:05:28 +01:00
parent 9a972aa5b2
commit d3b6e1679c

View 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);