diff options
author | 2005-05-10 08:34:04 +0000 | |
---|---|---|
committer | 2005-05-10 08:34:04 +0000 | |
commit | 1e7fa0d6f10d5c53d494e40946d6b2aed99a5dd1 (patch) | |
tree | ea94c30b0b1e91909ad6474626cf033d470c7d5d /x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch | |
parent | don't install mozilla plugin on ppc64 (diff) | |
download | gentoo-2-1e7fa0d6f10d5c53d494e40946d6b2aed99a5dd1.tar.gz gentoo-2-1e7fa0d6f10d5c53d494e40946d6b2aed99a5dd1.tar.bz2 gentoo-2-1e7fa0d6f10d5c53d494e40946d6b2aed99a5dd1.zip |
Revision bump, closes bug #85662
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch')
-rw-r--r-- | x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch b/x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch new file mode 100644 index 000000000000..eb99b8f430d2 --- /dev/null +++ b/x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch @@ -0,0 +1,14 @@ +diff -Naur wmbiff-0.4.25-orig/wmbiff/tlsComm.c wmbiff-0.4.25/wmbiff/tlsComm.c +--- wmbiff-0.4.25-orig/wmbiff/tlsComm.c 2004-06-23 17:44:45.000000000 -0400 ++++ wmbiff-0.4.25/wmbiff/tlsComm.c 2005-03-17 13:07:28.643262198 -0500 +@@ -407,10 +407,6 @@ + "server's certificate is invalid or not X.509.\n" + "there may be a problem with the certificate stored in your certfile\n"); + } +- } else if (certstat & GNUTLS_CERT_NOT_TRUSTED) { +- TDM(DEBUG_INFO, "server's certificate is not trusted.\n"); +- TDM(DEBUG_INFO, +- "to verify that a certificate is trusted, use the certfile option.\n"); + } + + if (gnutls_x509_crt_init(&cert) < 0) { |