From e20ce503acb15e63d4df992356b9d3501352e324 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 1 Nov 2012 19:46:05 +0100 Subject: [PATCH] avoid unnecessary newline --- lib/gnutls_cert.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 90bcc6b1c..9e73d9194 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -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--; -- 2.11.4.GIT