Removed unnecessary ssl.h include

This commit is contained in:
foobar 2003-09-23 16:04:03 +00:00
parent aa36f5bbdb
commit 04a575389f

View file

@ -28,12 +28,6 @@
#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[] = {