summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2023-08-07 16:35:54 +0200
committermanuel <manuel@mausz.at>2023-08-07 16:35:54 +0200
commite69e2ae270176d791162699ddc71ea34b8d5aebf (patch)
tree70d9a981f6d6dfe761bf7db96724c260c7984af1
parent48bb6bb431c4ea1d03f27c49a8377ec8fde45302 (diff)
downloadqmail-e69e2ae270176d791162699ddc71ea34b8d5aebf.tar.gz
qmail-e69e2ae270176d791162699ddc71ea34b8d5aebf.tar.bz2
qmail-e69e2ae270176d791162699ddc71ea34b8d5aebf.zip
dnstlsa: remove comment
-rw-r--r--dnstlsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnstlsa.c b/dnstlsa.c
index 6623cfd..5fd1ecf 100644
--- a/dnstlsa.c
+++ b/dnstlsa.c
@@ -84,7 +84,7 @@ void main(int argc, char **argv)
84 if (type == 1) substdio_puts(subfdout, "type=1 "); // sha256 84 if (type == 1) substdio_puts(subfdout, "type=1 "); // sha256
85 if (type == 2) substdio_puts(subfdout, "type=2 "); // sha512 85 if (type == 2) substdio_puts(subfdout, "type=2 "); // sha512
86 86
87 substdio_puts(subfdout, "data="); // sha512 87 substdio_puts(subfdout, "data=");
88 for (int j = 3; j < rrlen; j++) 88 for (int j = 3; j < rrlen; j++)
89 { 89 {
90 unsigned char ch = response[pos + j]; 90 unsigned char ch = response[pos + j];