diff options
Diffstat (limited to 'dnstlsa.c')
| -rw-r--r-- | dnstlsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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]; |
