Browse Source

kick redundant include

this is already present from php.h
pull/604/head
Anatol Belski 13 years ago
parent
commit
82a98f6e52
  1. 1
      ext/openssl/openssl.c

1
ext/openssl/openssl.c

@ -55,7 +55,6 @@
/* Windows platform includes */
#ifdef PHP_WIN32
# include <windows.h>
# include <Wincrypt.h>
/* These are from Wincrypt.h, they conflict with OpenSSL */
# undef X509_NAME

Loading…
Cancel
Save