This at least break WIN32 which doesn't have sys/time.h might need to make
this a bit more generous later...
This commit is contained in:
parent
88d9f669c5
commit
4f44677a41
@ -61,7 +61,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#ifdef OPENSSL_SYS_VMS
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#define USE_SOCKETS
|
||||
#include "cryptlib.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user