diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index 4c8133824..e3cda9857 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -479,14 +479,7 @@ #define socklen_t int #define IPPROTO_UDP 17 #define IPPROTO_TCP 6 - - /* Libnds doesn't include sys/uio.h. */ - /* Structure for scatter/gather I/O. */ - struct iovec - { - void *iov_base; /* Pointer to data. */ - size_t iov_len; /* Length of data. */ - }; + #define NO_WRITEV #endif #if defined(ARDUINO)