summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-22 18:25:04 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-22 18:25:04 +0000
commitec44f0ebfaaf86fa391577fda075df633326f7bc (patch)
treecfc4b638d1697fb81271cd709a69af849bc29a04 /ssl/d1_lib.c
parent63779538167edee9f81f68046206ee7d38a95aaf (diff)
Taken from OpenSSL_1_0_0-stable:
Include proper header files for time functions. Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index c2867c92a2..96b220e87c 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -62,7 +62,7 @@
#include <openssl/objects.h>
#include "ssl_locl.h"
-#ifdef OPENSSL_SYS_WIN32
+#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS)
#include <sys/timeb.h>
#endif