Files
bind9/lib/ns
Matthijs Mekking ef58f2444f Add new dns_rdatatype_iskeymaterial() function
The following code block repeats quite often:

    if (rdata.type == dns_rdatatype_dnskey ||
        rdata.type == dns_rdatatype_cdnskey ||
        rdata.type == dns_rdatatype_cds)

Introduce a new function to reduce the repetition.
2023-05-23 08:53:23 +02:00
..
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00
2023-04-05 12:38:11 +01:00
2023-02-13 11:50:59 -08:00