]> granicus.if.org Git - php/commitdiff
Removed unnecessary ssl.h include
authorfoobar <sniper@php.net>
Tue, 23 Sep 2003 16:04:03 +0000 (16:04 +0000)
committerfoobar <sniper@php.net>
Tue, 23 Sep 2003 16:04:03 +0000 (16:04 +0000)
main/internal_functions.c.in

index b0e541c7b9e3ef944e97a84334cf3027e126644f..cc042554d3eaf8ce8a70a101bb32b8f9d1fece8e 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 
-#ifdef HAVE_OPENSSL_EXT
-/* zlib typedefs free_func which causes problems if the SSL includes happen
- * after zlib.h is included */
-# include <openssl/ssl.h>
-#endif
-
 @EXT_INCLUDE_CODE@
 
 zend_module_entry *php_builtin_extensions[] = {