summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-ksslcertificate.cc
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-08-25 04:37:30 +0000
committerWill Andrews <will@FreeBSD.org>2002-08-25 04:37:30 +0000
commitebe714bf059d5b2f7a57f05b433668bd211c601f (patch)
tree4f7a8e96d31777715ca35358edea5f125a285800 /x11/kdelibs4/files/patch-ksslcertificate.cc
parentChase shared lib jump for libesmtp. Bump PORTREVISION to ensure balsa* (diff)
Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
Diffstat (limited to 'x11/kdelibs4/files/patch-ksslcertificate.cc')
-rw-r--r--x11/kdelibs4/files/patch-ksslcertificate.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/kdelibs4/files/patch-ksslcertificate.cc b/x11/kdelibs4/files/patch-ksslcertificate.cc
deleted file mode 100644
index 0c053825be23..000000000000
--- a/x11/kdelibs4/files/patch-ksslcertificate.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- kio/kssl/ksslcertificate.cc.orig Sat Dec 1 01:30:03 2001
-+++ kio/kssl/ksslcertificate.cc Mon Aug 12 22:28:40 2002
-@@ -544,6 +544,7 @@
- //
-
- // int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
-+ d->kossl->X509_STORE_CTX_set_purpose(certStoreCTX, X509_PURPOSE_SSL_SERVER);
-
- //kdDebug(7029) << "KSSL verifying.............." << endl;
- certStoreCTX->error = X509_V_OK;