summaryrefslogtreecommitdiff
path: root/src/danetool.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-04 13:01:01 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-04 13:01:01 +0100
commitc17feb96403ad8bb827702bd5e52a7fb81a3e71b (patch)
tree982a8e24c5a4ef513ae6e3dd7a9ff9f40929cb4f /src/danetool.c
parentc7b89cd1fc7dd40c72b2c23bd7f4c125c3aeaed1 (diff)
downloadgnutls-c17feb96403ad8bb827702bd5e52a7fb81a3e71b.tar.gz
separate entries.
Diffstat (limited to 'src/danetool.c')
-rw-r--r--src/danetool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/danetool.c b/src/danetool.c
index a6622968f9..edb52ce92e 100644
--- a/src/danetool.c
+++ b/src/danetool.c
@@ -213,7 +213,7 @@ size_t size;
if (ret < 0)
error (EXIT_FAILURE, 0, "gnutls_hex_encode: %s", dane_strerror (ret));
- fprintf(outfile, "_%u._%s.%s. IN TLSA ( %.2x %.2x %.2x %s )\n", port, proto, host, usage, type, match, buffer);
+ fprintf(outfile, "\nEntry %d:\n_%u._%s.%s. IN TLSA ( %.2x %.2x %.2x %s )\n", i+1, port, proto, host, usage, type, match, buffer);
printf("\nCertificate usage: %s\n", dane_cert_usage_name(usage));
printf("Certificate type: %s\n", dane_cert_type_name(type));