From 82a98f6e524b16ab076412d45c8cd00a75c2246a Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 26 Feb 2014 11:23:43 +0100 Subject: [PATCH] kick redundant include this is already present from php.h --- ext/openssl/openssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index be0190662c..d2b453807d 100755 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -55,7 +55,6 @@ /* Windows platform includes */ #ifdef PHP_WIN32 -# include # include /* These are from Wincrypt.h, they conflict with OpenSSL */ # undef X509_NAME -- 2.50.1