use NO_WRITEV for portability

This commit is contained in:
kaleb-himes 2016-12-09 19:12:25 -07:00
parent e3b57211d5
commit 1748045d52
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -412,6 +412,7 @@
#endif
#ifdef WOLFSSL_RIOT_OS
#define NO_WRITEV
#define TFM_NO_ASM
#define USE_FAST_MATH
#define NO_FILE_SYSTEM