OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
16-May-2007 14:16:50
Branch: HEAD Handle:
2007051613164900
Modified files:
openssl/apps ocsp.c
Log:
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.
Summary:
Revision Changes Path
1.43 +5 -14 openssl/apps/ocsp.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/apps/ocsp.c
============================================================
================
$ cvs diff -u -r1.42 -r1.43 ocsp.c
--- openssl/apps/ocsp.c 4 Apr 2007 14:59:20 -0000 1.42
+++ openssl/apps/ocsp.c 16 May 2007 12:16:49 -0000 1.43
 -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)
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|