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:
Dr. Stephen Henson 2009-04-26 14:53:58 +00:00
parent 88d9f669c5
commit 4f44677a41

View File

@ -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"