]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/imspector-20101008-ssl.patch
core91: Add changed pppsetup.cgi and language files
[ipfire-2.x.git] / src / patches / imspector-20101008-ssl.patch
1 --- imspector/sslstate.h 2010-02-23 18:21:56.000000000 +0100
2 +++ imspector/sslstate.h 2013-12-14 15:40:04.796370688 +0100
3 @@ -52,7 +52,7 @@
4 int sslverify; //!< Our VERIFY_ choice.
5
6 bool localdebugmode; //!< Saves us from passing this around.
7 - SSL_METHOD *method; //!< openssl method handle.
8 + const SSL_METHOD *method; //!< openssl method handle.
9 SSL_CTX *connectctx; //!< Our IM server-sde CTX.
10 SSL_CTX *ctx; //!< Our IM client-side CTX.
11