Merge pull request #1114 from kojo1/tls1.3

bring up settings.h in tls13.c
This commit is contained in:
dgarske
2017-08-30 13:00:40 -07:00
committed by GitHub

View File

@ -41,13 +41,13 @@
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifdef WOLFSSL_TLS13
#ifdef HAVE_SESSION_TICKET
#include <sys/time.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifndef WOLFCRYPT_ONLY
#ifdef HAVE_ERRNO_H