提交 ad35cdac 编写于 作者: D Dr. Stephen Henson

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.
上级 4eba5d8c
......@@ -58,23 +58,14 @@
#ifndef OPENSSL_NO_OCSP
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#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 <time.h>
#else
# include <sys/time.h>
# include <sys/select.h>
#endif
#include "apps.h"
#include <openssl/pem.h>
#include <openssl/e_os2.h>
#include <openssl/bio.h>
#include <openssl/ocsp.h>
#include <openssl/err.h>
#include <openssl/txt_db.h>
#include <openssl/ssl.h>
#include <openssl/bn.h>
#include "apps.h"
/* Maximum leeway in validity period: default 5 minutes */
#define MAX_VALIDITY_PERIOD (5 * 60)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册