mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 23:05:46 -05:00
zonemd, review comments, indentation.
This commit is contained in:
parent
9a972aa5b2
commit
d3b6e1679c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue