diff options
Diffstat (limited to 'x11/kdelibs2/patches/patch-by')
-rw-r--r-- | x11/kdelibs2/patches/patch-by | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kdelibs2/patches/patch-by b/x11/kdelibs2/patches/patch-by new file mode 100644 index 00000000000..fc074b8100d --- /dev/null +++ b/x11/kdelibs2/patches/patch-by @@ -0,0 +1,15 @@ +$NetBSD: patch-by,v 1.1 2002/08/15 08:38:34 skrll 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 |