summaryrefslogtreecommitdiffstats
path: root/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde3/kdebase3/kdebase-3.5.10-crypto-1.patch')
-rw-r--r--kde3/kdebase3/kdebase-3.5.10-crypto-1.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch b/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch
new file mode 100644
index 000000000..9568cffca
--- /dev/null
+++ b/kde3/kdebase3/kdebase-3.5.10-crypto-1.patch
@@ -0,0 +1,29 @@
+--- kdebase-3.5.10-original/kcontrol/crypto/crypto.cpp 2006-10-01 19:31:49.000000000 +0200
++++ kdebase-3.5.10/kcontrol/crypto/crypto.cpp 2010-09-28 21:42:18.000000000 +0200
+@@ -2321,7 +2321,7 @@
+ unsigned int i;
+ SSL_CTX *ctx;
+ SSL *ssl;
+-SSL_METHOD *meth;
++const SSL_METHOD *meth;
+
+ SSLv2Box->clear();
+ SSLv3Box->clear();
+@@ -2337,7 +2337,7 @@
+ CipherItem *item;
+ for (i=0; ; i++) {
+ int j, k;
+- SSL_CIPHER *sc;
++ const SSL_CIPHER *sc;
+ sc = (meth->get_cipher)(i);
+ if (!sc)
+ break;
+@@ -2365,7 +2365,7 @@
+
+ for (i=0; ; i++) {
+ int j, k;
+- SSL_CIPHER *sc;
++ const SSL_CIPHER *sc;
+ sc = (meth->get_cipher)(i);
+ if (!sc)
+ break;