Skip to content

Commit 04a5753

Browse files
author
foobar
committed
Removed unnecessary ssl.h include
1 parent aa36f5b commit 04a5753

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main/internal_functions.c.in

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
#include <stdlib.h>
2929
#include <stdio.h>
3030

31-
#ifdef HAVE_OPENSSL_EXT
32-
/* zlib typedefs free_func which causes problems if the SSL includes happen
33-
* after zlib.h is included */
34-
# include <openssl/ssl.h>
35-
#endif
36-
3731
@EXT_INCLUDE_CODE@
3832

3933
zend_module_entry *php_builtin_extensions[] = {

0 commit comments

Comments
 (0)