]> git.pld-linux.org Git - packages/partimage.git/blame - openssl.patch
- add "openssl.patch is not longer needed" message to previous commit log
[packages/partimage.git] / openssl.patch
CommitLineData
f1e3de09
SS
1--- partimage-0.6.8/src/client/netclient.h.orig 2010-04-14 23:09:04.205217015 +0200
2+++ partimage-0.6.8/src/client/netclient.h 2010-04-14 23:09:12.318548298 +0200
3@@ -35,7 +35,7 @@ private:
4 #ifdef HAVE_SSL
5 SSL_CTX * ctx;
6 X509 * server_cert;
7- SSL_METHOD * meth;
8+ const SSL_METHOD * meth;
9 #endif
10 bool m_bUseSSL;
11 bool m_bMustLogin;
12--- partimage-0.6.8/src/server/netserver.h.orig 2010-04-14 23:14:09.311851072 +0200
13+++ partimage-0.6.8/src/server/netserver.h 2010-04-14 23:14:15.971852561 +0200
14@@ -41,7 +41,7 @@ private:
15 #ifdef HAVE_SSL
16 SSL_CTX * ctx;
17 X509 * client_cert;
18- SSL_METHOD * meth;
19+ const SSL_METHOD * meth;
20 int err;
21 #endif
22
This page took 0.058219 seconds and 4 git commands to generate.