summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-bz
blob: 963f21bde93e129d90cf2fe6a3630683f9367314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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