mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
add WOLFSSL_VXWORKS setting
This commit is contained in:
@@ -108,6 +108,9 @@
|
|||||||
/* Uncomment next line if using Max Strength build */
|
/* Uncomment next line if using Max Strength build */
|
||||||
/* #define WOLFSSL_MAX_STRENGTH */
|
/* #define WOLFSSL_MAX_STRENGTH */
|
||||||
|
|
||||||
|
/* Uncomment next line if building for VxWorks */
|
||||||
|
/* #define WOLFSSL_VXWORKS */
|
||||||
|
|
||||||
#include <wolfssl/wolfcrypt/visibility.h>
|
#include <wolfssl/wolfcrypt/visibility.h>
|
||||||
|
|
||||||
#ifdef WOLFSSL_USER_SETTINGS
|
#ifdef WOLFSSL_USER_SETTINGS
|
||||||
@@ -273,6 +276,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef WOLFSSL_VXWORKS
|
||||||
|
#define NO_DEV_RANDOM
|
||||||
|
#define NO_WRITEV
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Micrium will use Visual Studio for compilation but not the Win32 API */
|
/* Micrium will use Visual Studio for compilation but not the Win32 API */
|
||||||
#if defined(_WIN32) && !defined(MICRIUM) && !defined(FREERTOS) \
|
#if defined(_WIN32) && !defined(MICRIUM) && !defined(FREERTOS) \
|
||||||
&& !defined(EBSNET) && !defined(WOLFSSL_EROAD)
|
&& !defined(EBSNET) && !defined(WOLFSSL_EROAD)
|
||||||
|
Reference in New Issue
Block a user