1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

MFH: Removed unnecessary ssl.h include

This commit is contained in:
foobar
2003-09-23 16:04:55 +00:00
parent 872948f21a
commit ce2f1ce4bc
-6
View File
@@ -29,12 +29,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[] = {