dns_dnssec_findmatchingkeys() returns spurious error
If there are any key files containing KEY records in the directory where a DNSKEY is being generated for the same key name, dns_dnssec_findmatchingkeys()
will return DST_R_BADKEYTYPE
. This produces a spurious warning message when running dnssec-keygen
. It should just ignore them.