diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-08-05 20:02:55 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-08-05 20:02:55 +0000 |
| commit | 9b76d32f2310b735dbeb896cbf2776cad61f23e8 (patch) | |
| tree | cac9730d14d9c15b0c773429e65bba9e97506c93 /services/authzone.c | |
| parent | d57351465531b38689892ec862de2725b52842dd (diff) | |
Diffstat (limited to 'services/authzone.c')
| -rw-r--r-- | services/authzone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/authzone.c b/services/authzone.c index 5f2b7154a946..b9e0b11ef3bb 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -8189,7 +8189,6 @@ auth_zone_verify_zonemd_key_with_ds(struct auth_zone* z, keystorage->rk.type = htons(LDNS_RR_TYPE_DNSKEY); keystorage->rk.rrset_class = htons(z->dclass); auth_zone_log(z->name, VERB_QUERY, "zonemd: verify zone DNSKEY with DS"); - // @TODO add EDE here? we currently just pass NULL sec = val_verify_DNSKEY_with_DS(env, ve, keystorage, ds, sigalg, why_bogus, NULL, NULL); regional_free_all(env->scratch); |
