mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Merge branch 'FusionRTOS-Porting-R3' of https://github.com/kaleb-himes/wolfssl into FusionRTOS-Porting-R3
This commit is contained in:
@@ -27,12 +27,13 @@
|
|||||||
#include <wolfssl/wolfcrypt/settings.h>
|
#include <wolfssl/wolfcrypt/settings.h>
|
||||||
#include <wolfssl/wolfcrypt/wc_port.h>
|
#include <wolfssl/wolfcrypt/wc_port.h>
|
||||||
|
|
||||||
/* xctime - should it move to wc_port.h? */
|
/* xctime */
|
||||||
#ifndef XCTIME
|
#ifndef XCTIME
|
||||||
#define XCTIME ctime
|
#define XCTIME ctime
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* should next ifdef move to wc_port.h? */
|
/* only in this file, to avoid confusing future ports leave
|
||||||
|
* these defines here. Do not move to wc_port.h */
|
||||||
#ifdef FUSION_RTOS
|
#ifdef FUSION_RTOS
|
||||||
#include <fcl_network.h>
|
#include <fcl_network.h>
|
||||||
#define XINET_NTOA FNS_INET_NTOA
|
#define XINET_NTOA FNS_INET_NTOA
|
||||||
|
Reference in New Issue
Block a user