imspector: Fix build with openssl 1.0.1.

This commit is contained in:
Erik Kapfer
2013-12-23 17:23:17 +01:00
committed by Michael Tremer
parent 37677cf0d1
commit 2f90f73a98
2 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
--- imspector/sslstate.h 2010-02-23 18:21:56.000000000 +0100
+++ imspector/sslstate.h 2013-12-14 15:40:04.796370688 +0100
@@ -52,7 +52,7 @@
int sslverify; //!< Our VERIFY_ choice.
bool localdebugmode; //!< Saves us from passing this around.
- SSL_METHOD *method; //!< openssl method handle.
+ const SSL_METHOD *method; //!< openssl method handle.
SSL_CTX *connectctx; //!< Our IM server-sde CTX.
SSL_CTX *ctx; //!< Our IM client-side CTX.