This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 07fe9dfc49f0cc48f01401563a260abd4c9c6a20 Author: Korale Gamaralalage Nandika Chandrasiri Jayawardana <[email protected]> AuthorDate: Tue Sep 7 16:38:58 2010 +0000 unwanted include removed --- 1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h | 1 - 1 file changed, 1 deletion(-) diff --git a/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h b/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h index 7fe9a46..7d1ef09 100644 --- a/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h +++ b/1.7.0/c/src/core/transport/http/sender/ssl/ssl_stream.h @@ -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"
