diff options
Diffstat (limited to 'lib/dns/log.c')
-rw-r--r-- | lib/dns/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dns/log.c b/lib/dns/log.c index 8f3774fa7a53..d286d103e63c 100644 --- a/lib/dns/log.c +++ b/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 } }; |