$NetBSD: patch-by,v 1.2 2002/08/25 18:40:37 jlam Exp $

--- kssl/kopenssl.h.orig	Sun Jul 29 05:55:41 2001
+++ kssl/kopenssl.h
@@ -277,6 +277,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
