diff options
| author | foobar <sniper@php.net> | 2003-09-23 16:04:55 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-09-23 16:04:55 +0000 |
| commit | ce2f1ce4bc2eafdcf2df5c2efd69d4f760c49d03 (patch) | |
| tree | 54aca3c6f5f2e4d0e1ea911fbb3c028bf47da896 | |
| parent | 872948f21a1cdd25d3eccb4948820e49e2470235 (diff) | |
| download | php-git-ce2f1ce4bc2eafdcf2df5c2efd69d4f760c49d03.tar.gz | |
MFH: Removed unnecessary ssl.h include
| -rw-r--r-- | main/internal_functions.c.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in index 280218409b..f8d840d755 100644 --- a/main/internal_functions.c.in +++ b/main/internal_functions.c.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[] = { |
