mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:59:59 -04:00
Remove invalid REQUIRE in NSEC3 fromstruct method
The NSEC3 fromstruct method only worked for hash type 1 when it should work for all hash types.
This commit is contained in:
parent
7b737bc1c4
commit
f030bc6756
1 changed files with 0 additions and 1 deletions
|
|
@ -287,7 +287,6 @@ fromstruct_nsec3(ARGS_FROMSTRUCT) {
|
|||
REQUIRE(nsec3->common.rdtype == type);
|
||||
REQUIRE(nsec3->common.rdclass == rdclass);
|
||||
REQUIRE(nsec3->typebits != NULL || nsec3->len == 0);
|
||||
REQUIRE(nsec3->hash == dns_hash_sha1);
|
||||
|
||||
UNUSED(type);
|
||||
UNUSED(rdclass);
|
||||
|
|
|
|||
Loading…
Reference in a new issue