From 4fd0d84e66f05e86eb69df46ee5153a257aa2bb8 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 12 Jun 2025 09:49:20 +0200 Subject: [PATCH] - xfr-tsig, update header comment. --- util/tsig.c | 2 +- util/tsig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2