summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-05 21:32:29 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-05 21:32:29 +0000
commit637f90621d11b35a255f52c5c45301491a60e79e (patch)
treeef2a5c4756aa0afba5e16255bbcee565e14e50bc /apps/ocsp.c
parent6d0624aca32c8490f9ed41661c3378ef32c98c75 (diff)
Cygwin compatibility fix to apps/ocsp.c.
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index c0838f1838..c436c8b6f3 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -60,6 +60,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "apps.h" /* needs to be included before the openssl headers! */
#include <openssl/e_os2.h>
#include <openssl/ssl.h>