]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- xfr-tsig, update header comment.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 12 Jun 2025 07:49:20 +0000 (09:49 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 12 Jun 2025 07:49:20 +0000 (09:49 +0200)
util/tsig.c
util/tsig.h

index 4e774d891631f644fd40f1a0e0cfa2f610804c87..f8a40fdee94884c43de633062059e7242b5128a4 100644 (file)
@@ -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"
index f0f10f99b45279f8edce9afda0e53f32c314cd90..21bb18878a851a2f1782b8808264e4342894f075 100644 (file)
@@ -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