mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -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.
(cherry picked from commit f030bc6756)
This commit is contained in:
parent
6fb01d751d
commit
f4ea445c66
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