Skip to content

Commit

Permalink
Removed unnecessary ssl.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Sep 23, 2003
1 parent aa36f5b commit 04a5753
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main/internal_functions.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,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[] = {
Expand Down

0 comments on commit 04a5753

Please sign in to comment.