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 na...@apache.org on 2010/09/07 18:38:58 UTC

svn commit: r993422 - /axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h

Author: nandika
Date: Tue Sep  7 16:38:58 2010
New Revision: 993422

URL: http://svn.apache.org/viewvc?rev=993422&view=rev
Log:
unwanted include removed

Modified:
    axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h

Modified: axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h?rev=993422&r1=993421&r2=993422&view=diff
==============================================================================
--- axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h (original)
+++ axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h Tue Sep  7 16:38:58 2010
@@ -23,7 +23,6 @@
 #include <axutil_env.h>
 #include <axutil_stream.h>
 #include <platforms/axutil_platform_auto_sense.h>
-#include <openssl/ssl.h>
 
 #ifdef __cplusplus
 extern "C"