summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-26 13:44:27 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-02-26 19:17:21 +0100
commit82d53d2b494c1ad6c8bb4d98cdcf71e80891beda (patch)
tree3355ef85543e29afc4ba193b1a1cba75dd7c8be6
parent7328e8a50ba2dfa1455880b5d8fea57e4a860c4c (diff)
downloadgnutls-82d53d2b494c1ad6c8bb4d98cdcf71e80891beda.tar.gz
removed not trusted message; reported by Michel Briand.
Conflicts: lib/gnutls_cert.c
-rw-r--r--lib/gnutls_cert.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index a89adf4332..188cdcc92f 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -962,8 +962,6 @@ gnutls_certificate_verification_status_print (unsigned int status,
}
else if (type == GNUTLS_CRT_OPENPGP)
{
- _gnutls_buffer_append_str (&str, _("The certificate is not trusted. "));
-
if (status & GNUTLS_CERT_SIGNER_NOT_FOUND)
_gnutls_buffer_append_str (&str, _("Could not find a signer of the certificate. "));