bring up settings.h before #ifdef WOLFSSL_TLS13

This commit is contained in:
Takashi Kojo
2017-08-22 20:13:17 +09:00
parent c330c6b7f9
commit 7892714516

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