From: W.C.A. Wijngaards Date: Thu, 12 Jun 2025 07:49:20 +0000 (+0200) Subject: - xfr-tsig, update header comment. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fd0d84e66f05e86eb69df46ee5153a257aa2bb8;p=thirdparty%2Funbound.git - xfr-tsig, update header comment. --- diff --git a/util/tsig.c b/util/tsig.c index 4e774d891..f8a40fdee 100644 --- a/util/tsig.c +++ b/util/tsig.c @@ -36,7 +36,7 @@ /** * \file * - * This file contains functions for dealing with TSIG records and signatures. + * This file provides functions to create and verify TSIG RRs. */ #include "config.h" diff --git a/util/tsig.h b/util/tsig.h index f0f10f99b..21bb18878 100644 --- a/util/tsig.h +++ b/util/tsig.h @@ -36,7 +36,7 @@ /** * \file * - * This file contains functions for dealing with TSIG records and signatures. + * This file provides functions to create and verify TSIG RRs. */ #ifndef UTIL_TSIG_H