]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
separate entries.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Nov 2012 12:01:01 +0000 (13:01 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Nov 2012 12:01:01 +0000 (13:01 +0100)
src/danetool.c

index a6622968f9e32e84137d1ebc2779a4f488d56014..edb52ce92ea47ab9b64d3497273c8ee8db8d196f 100644 (file)
@@ -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));