]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
avoid unnecessary newline
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 Nov 2012 18:46:05 +0000 (19:46 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 Nov 2012 18:46:05 +0000 (19:46 +0100)
lib/gnutls_cert.c

index 90bcc6b1c616f9abb521c6e8c7a4b0fb879d7840..9e73d9194241dc33d07da9be4a4908d5e2d2526e 100644 (file)
@@ -982,8 +982,6 @@ gnutls_certificate_verification_status_print (unsigned int status,
   if (status & GNUTLS_CERT_UNEXPECTED_OWNER)
     _gnutls_buffer_append_str (&str, _("The name in the certificate does not match the expected. "));
 
-  _gnutls_buffer_append_str (&str, "\n");
-
   ret = _gnutls_buffer_to_datum( &str, out);
   if (out->size > 0) out->size--;