From: foobar Date: Tue, 23 Sep 2003 16:04:55 +0000 (+0000) Subject: MFH: Removed unnecessary ssl.h include X-Git-Tag: php-4.3.4RC1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce2f1ce4bc2eafdcf2df5c2efd69d4f760c49d03;p=php MFH: Removed unnecessary ssl.h include --- diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in index 280218409b..f8d840d755 100644 --- a/main/internal_functions.c.in +++ b/main/internal_functions.c.in @@ -29,12 +29,6 @@ #include #include -#ifdef HAVE_OPENSSL_EXT -/* zlib typedefs free_func which causes problems if the SSL includes happen - * after zlib.h is included */ -# include -#endif - @EXT_INCLUDE_CODE@ zend_module_entry *php_builtin_extensions[] = {