forked from wolfSSL/wolfssl
use NO_WRITEV for portability
This commit is contained in:
@@ -1065,8 +1065,6 @@ WOLFSSL_API int wolfSSL_make_eap_keys(WOLFSSL*, void* key, unsigned int len,
|
|||||||
#ifdef __PPU
|
#ifdef __PPU
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#elif defined(WOLFSSL_RIOT_OS)
|
|
||||||
#include <sys/_types/_iovec_t.h>
|
|
||||||
#elif !defined(WOLFSSL_MDK_ARM) && !defined(WOLFSSL_IAR_ARM) && \
|
#elif !defined(WOLFSSL_MDK_ARM) && !defined(WOLFSSL_IAR_ARM) && \
|
||||||
!defined(WOLFSSL_PICOTCP) && !defined(WOLFSSL_ROWLEY_ARM) && \
|
!defined(WOLFSSL_PICOTCP) && !defined(WOLFSSL_ROWLEY_ARM) && \
|
||||||
!defined(WOLFSSL_EMBOS) && !defined(WOLFSSL_FROSTED)
|
!defined(WOLFSSL_EMBOS) && !defined(WOLFSSL_FROSTED)
|
||||||
|
@@ -412,6 +412,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WOLFSSL_RIOT_OS
|
#ifdef WOLFSSL_RIOT_OS
|
||||||
|
#define NO_WRITEV
|
||||||
#define TFM_NO_ASM
|
#define TFM_NO_ASM
|
||||||
#define USE_FAST_MATH
|
#define USE_FAST_MATH
|
||||||
#define NO_FILE_SYSTEM
|
#define NO_FILE_SYSTEM
|
||||||
|
Reference in New Issue
Block a user