struct timeval include guards
[openssl.git] / ssl / d1_lib.c
index 6c594a268606d7fa6194ee866767f22e2ef51c37..d839e1ab72187076c25fa4c2a6b0cc120a1845fa 100644 (file)
 #include <openssl/rand.h>
 #include "ssl_locl.h"
 
-#if defined(OPENSSL_SYS_VXWORKS)
-# include <sys/times.h>
-#elif !defined(OPENSSL_SYS_WIN32)
-# include <sys/time.h>
-#endif
-
 static void get_current_time(struct timeval *t);
 static int dtls1_handshake_write(SSL *s);
 static size_t dtls1_link_min_mtu(void);