You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2008/01/23 13:36:35 UTC

svn commit: r614521 - in /webservices/axis2/trunk/c/src/core/transport/http/sender/ssl: ssl_utils.c ssl_utils.h

Author: nandika
Date: Wed Jan 23 04:36:33 2008
New Revision: 614521

URL: http://svn.apache.org/viewvc?rev=614521&view=rev
Log:
compile error fixed

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

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c?rev=614521&r1=614520&r2=614521&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c Wed Jan 23 04:36:33 2008
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 #include "ssl_utils.h"
+#include <openssl/err.h>
 BIO *bio_err = 0;
 
 static int

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.h?rev=614521&r1=614520&r2=614521&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.h (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.h Wed Jan 23 04:36:33 2008
@@ -19,10 +19,11 @@
 #ifndef AXIS2_SSL_UTILS_H
 #define AXIS2_SSL_UTILS_H
 
-#include <openssl/ssl.h>
+
 #include <platforms/axutil_platform_auto_sense.h>
 #include <axis2_const.h>
 #include <axis2_defines.h>
+#include <openssl/ssl.h>
 
 #ifdef __cplusplus
 extern "C"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org