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

index 280218409b853cd56cc51b093d5a63a67ad860ef..f8d840d7552d26cff4f5451a0982631be3521157 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[] = {