diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index 61fa3a01de..05492f6990 100644 --- a/lib/dns/include/dns/log.h +++ b/lib/dns/include/dns/log.h @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.h,v 1.20 2000/05/09 23:31:12 gson Exp $ */ +/* $Id: log.h,v 1.21 2000/06/23 01:51:18 bwelling Exp $ */ /* Principal Authors: DCL */ @@ -62,6 +62,8 @@ extern isc_logmodule_t dns_modules[]; #define DNS_LOGMODULE_DISPATCH (&dns_modules[17]) #define DNS_LOGMODULE_REQUEST (&dns_modules[18]) #define DNS_LOGMODULE_MASTERDUMP (&dns_modules[19]) +#define DNS_LOGMODULE_TSIG (&dns_modules[20]) +#define DNS_LOGMODULE_TKEY (&dns_modules[21]) ISC_LANG_BEGINDECLS diff --git a/lib/dns/log.c b/lib/dns/log.c index 32fc4e15c8..a5d0063fe9 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.23 2000/05/09 23:31:10 gson Exp $ */ +/* $Id: log.c,v 1.24 2000/06/23 01:51:17 bwelling Exp $ */ /* Principal Authors: DCL */ @@ -67,6 +67,8 @@ isc_logmodule_t dns_modules[] = { { "dns/dispatch", 0 }, { "dns/request", 0 }, { "dns/masterdump", 0 }, + { "dns/tsig", 0 }, + { "dns/tkey", 0 }, { NULL, 0 } };