From: Dr. Stephen Henson Date: Wed, 16 May 2007 12:16:49 +0000 (+0000) Subject: PR: 1516 X-Git-Tag: OpenSSL_0_9_8k^2~836 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ad35cdac74a74b30b6906c74c9db24dc1bf90a27;p=oweals%2Fopenssl.git PR: 1516 Revert change in 1516 because it breaks Windows build. Use a modified version of the headers from s_client.c which has used similar functionality without any problems. --- diff --git a/apps/ocsp.c b/apps/ocsp.c index 23c7686860..127eef6681 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -58,23 +58,14 @@ #ifndef OPENSSL_NO_OCSP #include +#include #include -#define _XOPEN_SOURCE_EXTENDED 1 /* Or fd_set, select() and so on won't be - declared properly on Compaq platforms - (at least with DEC C). - */ -#ifdef OPENSSL_SYS_VMS -# include -#else -# include -# include -#endif -#include "apps.h" -#include +#include +#include #include -#include +#include #include -#include +#include "apps.h" /* Maximum leeway in validity period: default 5 minutes */ #define MAX_VALIDITY_PERIOD (5 * 60)