mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:30:00 -04:00
update copyright notice
This commit is contained in:
parent
316cd2460a
commit
5781d00939
1 changed files with 2 additions and 2 deletions
|
|
@ -195,9 +195,9 @@ digest_openpgpkey(ARGS_DIGEST) {
|
|||
|
||||
REQUIRE(rdata->type == 61);
|
||||
|
||||
dns_rdata_toregion(rdata, &r);
|
||||
dns_rdata_toregion(rdata, &r);
|
||||
|
||||
return ((digest)(arg, &r));
|
||||
return ((digest)(arg, &r));
|
||||
}
|
||||
|
||||
static inline isc_boolean_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue