mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
imspector: Fix build with openssl 1.0.1.
This commit is contained in:
committed by
Michael Tremer
parent
37677cf0d1
commit
2f90f73a98
11
src/patches/imspector-20101008-ssl.patch
Normal file
11
src/patches/imspector-20101008-ssl.patch
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user