diff --git a/tools/test_modules/m08300.pm b/tools/test_modules/m08300.pm index 4f2bfc2f2..b3b163a62 100644 --- a/tools/test_modules/m08300.pm +++ b/tools/test_modules/m08300.pm @@ -45,11 +45,9 @@ sub module_generate_hash my $hashalg = Net::DNS::SEC->digtype ("SHA1"); - my $salt_bin = pack ("H*", $salt_hex); - my $name = lc ($word . $domain); - my $hash_buf = Net::DNS::RR::NSEC3::name2hash ($hashalg, $name, $iter, $salt_bin); + my $hash_buf = Net::DNS::RR::NSEC3::name2hash ($hashalg, $name, $iter, $salt_hex); my $hash = sprintf ("%s:%s:%s:%d", $hash_buf, $domain, $salt_hex, $iter);