mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed unnecessary ssl.h include
This commit is contained in:
parent
aa36f5bbdb
commit
04a575389f
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.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@
|
@EXT_INCLUDE_CODE@
|
||||||
|
|
||||||
zend_module_entry *php_builtin_extensions[] = {
|
zend_module_entry *php_builtin_extensions[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue