Don't include sys/time.h explicitly in tls13.c

This commit is contained in:
Sean Parkinson
2018-06-08 09:00:12 +10:00
parent b63d3173a1
commit 587f4ae79e

View File

@ -80,7 +80,7 @@
#ifdef WOLFSSL_TLS13
#ifdef HAVE_SESSION_TICKET
#include <sys/time.h>
#include <wolfssl/wolfcrypt/wc_port.h>
#endif
#ifndef WOLFCRYPT_ONLY