Update for newer versions of the TI compiler

This commit is contained in:
kaleb-himes
2019-02-15 13:05:37 -07:00
parent 7275ee5f19
commit d806134cbf
2 changed files with 3 additions and 2 deletions

View File

@@ -1675,7 +1675,7 @@ time_t mqx_time(time_t* timer)
#endif /* FREESCALE_MQX || FREESCALE_KSDK_MQX */
#if defined(WOLFSSL_TIRTOS)
#if defined(WOLFSSL_TIRTOS) && defined(USER_TIME)
time_t XTIME(time_t * timer)
{

View File

@@ -696,7 +696,8 @@ extern void uITRON4_free(void *p) ;
#define NO_FILESYSTEM
#define USE_CERT_BUFFERS_2048
#define NO_ERROR_STRINGS
#define USER_TIME
/* Uncomment this setting if your toolchain does not offer time.h header */
/* #define USER_TIME */
#define HAVE_ECC
#define HAVE_ALPN
#define USE_WOLF_STRTOK /* use with HAVE_ALPN */