]> git.ipfire.org Git - thirdparty/bind9.git/commit
silence a spurious warning during key generation
authorEvan Hunt <each@isc.org>
Tue, 7 Feb 2023 20:37:25 +0000 (12:37 -0800)
committerEvan Hunt <each@isc.org>
Tue, 7 Feb 2023 20:37:47 +0000 (12:37 -0800)
commit82503bec99307c265034c6d3aa1b9b2903627751
tree8f4d35a6dbf3f007072b1600fbb13ceacb354058
parentde6dfc1eeb42214af60589fda419bfd3c6593858
silence a spurious warning during key generation

when generating a key, if a DH key already existed for the same
name, a spurious warning message was generated saying "bad key
type". this is fixed.
lib/dns/dnssec.c