diff options
Diffstat (limited to 'contrib/bind9/lib/dns/log.c')
-rw-r--r-- | contrib/bind9/lib/dns/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bind9/lib/dns/log.c b/contrib/bind9/lib/dns/log.c index 8f3774f..d286d10 100644 --- a/contrib/bind9/lib/dns/log.c +++ b/contrib/bind9/lib/dns/log.c @@ -81,6 +81,7 @@ LIBDNS_EXTERNAL_DATA isc_logmodule_t dns_modules[] = { { "dns/acache", 0 }, { "dns/dlz", 0 }, { "dns/dnssec", 0 }, + { "dns/crypto", 0 }, { NULL, 0 } }; |