]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fix
authorSimon Josefsson <simon@josefsson.org>
Wed, 14 Jun 2006 15:17:40 +0000 (15:17 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 14 Jun 2006 15:17:40 +0000 (15:17 +0000)
tests/certder.c

index 053319460b1b9ab06b4deb29ccc983832b157113..08ce9357706110276065e174ba94d7bf0aa911fb 100644 (file)
@@ -321,7 +321,7 @@ doit (void)
   if (ret != GNUTLS_E_ASN1_DER_ERROR)
     fail ("crt3_import %d\n", ret);
 
-  success ("done");
+  success ("done\n");
 
   gnutls_x509_crt_deinit (cert);
 }