diff options
| author | manuel <manuel@mausz.at> | 2023-08-07 16:35:54 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2023-08-07 16:35:54 +0200 |
| commit | e69e2ae270176d791162699ddc71ea34b8d5aebf (patch) | |
| tree | 70d9a981f6d6dfe761bf7db96724c260c7984af1 /dnstlsa.c | |
| parent | 48bb6bb431c4ea1d03f27c49a8377ec8fde45302 (diff) | |
| download | qmail-e69e2ae270176d791162699ddc71ea34b8d5aebf.tar.gz qmail-e69e2ae270176d791162699ddc71ea34b8d5aebf.tar.bz2 qmail-e69e2ae270176d791162699ddc71ea34b8d5aebf.zip | |
dnstlsa: remove comment
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]; |
