Merge pull request #1609 from SparkiDev/tls13_time

Don't include sys/time.h explicitly in tls13.c
This commit is contained in:
toddouska
2018-06-12 08:27:43 -07:00
committed by GitHub

View File

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