Matej Vela <v...@debian.org> writes:

[...]
> Working patch attached.

Sorry, here it is.

Cheers,

Matej
--- axis2c-1.6.0~/debian/patches/series
+++ axis2c-1.6.0/debian/patches/series
@@ -6,0 +7 @@
+07-ssl-method-cast.patch
--- axis2c-1.6.0~/debian/patches/07-ssl-method-cast.patch
+++ axis2c-1.6.0/debian/patches/07-ssl-method-cast.patch
@@ -0,0 +1,13 @@
+Index: trunk/src/core/transport/http/sender/ssl/ssl_utils.c
+===================================================================
+--- trunk/src/core/transport/http/sender/ssl/ssl_utils.c       (revision 
918421)
++++ trunk/src/core/transport/http/sender/ssl/ssl_utils.c       (revision 
918422)
+@@ -62,7 +62,7 @@
+     }
+ 
+     /* Create our context */
+-    meth = SSLv23_method();
++    meth = (SSL_METHOD*)SSLv23_method();
+     ctx = SSL_CTX_new(meth);
+ 
+     /* Load our keys and certificates

Reply via email to