]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected C parameter generation.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 21 Jan 2013 17:38:54 +0000 (18:38 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 21 Jan 2013 17:38:54 +0000 (18:38 +0100)
src/certtool-common.c

index 8d2414ec2ca71fc7980b84212dea2542114cdf71..cca7c49bc6d0f544ebb1716cad012119e0020589 100644 (file)
@@ -627,7 +627,7 @@ print_hex_datum (FILE* outfile, gnutls_datum_t * dat, int cprint)
         {
           fprintf (outfile, "\\x%.2x", (unsigned char) dat->data[j]);
           if ((j + 1) % 15 == 0)
-            fprintf (outfile, "\"\n" SPACE);
+            fprintf (outfile, "\"\n" SPACE"\"");
         }
       fprintf (outfile, "\";\n\n");