aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs3/files/patch-kopenssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs3/files/patch-kopenssl.h')
-rw-r--r--x11/kdelibs3/files/patch-kopenssl.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-kopenssl.h b/x11/kdelibs3/files/patch-kopenssl.h
new file mode 100644
index 000000000000..b123b5b54fb0
--- /dev/null
+++ b/x11/kdelibs3/files/patch-kopenssl.h
@@ -0,0 +1,19 @@
+Index: kio/kssl/kopenssl.h
+===================================================================
+RCS file: /home/kde/kdelibs/kio/kssl/kopenssl.h,v
+retrieving revision 1.37.2.1
+retrieving revision 1.37.2.2
+diff -u -3 -p -r1.37.2.1 -r1.37.2.2
+--- kio/kssl/kopenssl.h 2002/04/10 22:00:44 1.37.2.1
++++ kio/kssl/kopenssl.h 2002/08/12 16:45:14 1.37.2.2
+@@ -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