Include proper header files for time functions.
Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
#include <openssl/objects.h>
|
#include <openssl/objects.h>
|
||||||
#include "ssl_locl.h"
|
#include "ssl_locl.h"
|
||||||
|
|
||||||
#ifdef OPENSSL_SYS_WIN32
|
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS)
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -62,6 +62,10 @@
|
|||||||
|
|
||||||
#include <openssl/buffer.h>
|
#include <openssl/buffer.h>
|
||||||
#include <openssl/pqueue.h>
|
#include <openssl/pqueue.h>
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
|
#include <resource.h>
|
||||||
|
#include <sys/timeb.h>
|
||||||
|
#endif
|
||||||
#ifdef OPENSSL_SYS_WIN32
|
#ifdef OPENSSL_SYS_WIN32
|
||||||
/* Needed for struct timeval */
|
/* Needed for struct timeval */
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
|
Reference in New Issue
Block a user