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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user