summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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];