From ce2f1ce4bc2eafdcf2df5c2efd69d4f760c49d03 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 23 Sep 2003 16:04:55 +0000 Subject: [PATCH] MFH: Removed unnecessary ssl.h include --- main/internal_functions.c.in | 6 ------ 1 file changed, 6 deletions(-) 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[] = { -- 2.50.1