Browse Source

Removed unnecessary ssl.h include

PEAR_1_4DEV
foobar 23 years ago
parent
commit
04a575389f
  1. 6
      main/internal_functions.c.in

6
main/internal_functions.c.in

@ -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[] = {

Loading…
Cancel
Save