You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by sh...@apache.org on 2010/03/03 12:27:41 UTC

svn commit: r918422 - /axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/ssl_utils.c

Author: shankar
Date: Wed Mar  3 11:27:41 2010
New Revision: 918422

URL: http://svn.apache.org/viewvc?rev=918422&view=rev
Log:
fixing compilation issue with openssl 1.0.0 beta4

Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/ssl_utils.c

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/ssl_utils.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/ssl_utils.c?rev=918422&r1=918421&r2=918422&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/ssl_utils.c (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/ssl_utils.c Wed Mar  3 11:27:41 2010
@@ -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