use NO_WRITEV for portability
This commit is contained in:
parent
e3b57211d5
commit
1748045d52
@ -1065,8 +1065,6 @@ WOLFSSL_API int wolfSSL_make_eap_keys(WOLFSSL*, void* key, unsigned int len,
|
||||
#ifdef __PPU
|
||||
#include <sys/types.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) && \
|
||||
!defined(WOLFSSL_PICOTCP) && !defined(WOLFSSL_ROWLEY_ARM) && \
|
||||
!defined(WOLFSSL_EMBOS) && !defined(WOLFSSL_FROSTED)
|
||||
|
@ -412,6 +412,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_RIOT_OS
|
||||
#define NO_WRITEV
|
||||
#define TFM_NO_ASM
|
||||
#define USE_FAST_MATH
|
||||
#define NO_FILE_SYSTEM
|
||||
|
Loading…
Reference in New Issue
Block a user