]> 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:09:43 +0000 (19:09 +0100)
lib/gnutls_cert.c

index 906ca241bb842d77049b1837fca69ab564480355..ba8bf232abdb970feeee81c74cfe12ec00b49257 100644 (file)
@@ -957,10 +957,6 @@ gnutls_certificate_verification_status_print(unsigned int status,
                                                  _
                                                  ("The certificate issuer is not a CA. "));
        } 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,
                                                  _