]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed not trusted message; reported by Michel Briand.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 26 Feb 2014 12:44:27 +0000 (13:44 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 26 Feb 2014 18:17:21 +0000 (19:17 +0100)
Conflicts:
lib/gnutls_cert.c

lib/gnutls_cert.c

index a89adf433230a88f982b8ac32ef52fe89cdb882e..188cdcc92f52246a0e5345f6eb71641b7b829425 100644 (file)
@@ -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. "));