diff options
Diffstat (limited to 'x11/kdelibs3/patches/patch-bz')
-rw-r--r-- | x11/kdelibs3/patches/patch-bz | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/kdelibs3/patches/patch-bz b/x11/kdelibs3/patches/patch-bz deleted file mode 100644 index 963f21bde93..00000000000 --- a/x11/kdelibs3/patches/patch-bz +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-bz,v 1.2 2002/08/25 19:23:56 jlam Exp $ - ---- kio/kssl/kopenssl.h.orig Wed Apr 10 23:00:44 2002 -+++ kio/kssl/kopenssl.h -@@ -309,6 +309,10 @@ public: - */ - void X509_STORE_CTX_set_chain(X509_STORE_CTX *v, STACK_OF(X509)* x); - -+ /* -+ * X509_STORE_CTX_set_purpose - set the purpose of the certificate -+ */ -+ void X509_STORE_CTX_set_purpose(X509_STORE_CTX *v, int purpose); - - /* - * X509_verify_cert - verify the certificate |