From c7ffdc8b0b5dfc39c57a41643682686304f45eb8 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 10 Dec 2018 11:25:02 -0800 Subject: [PATCH] VxWorks Update 1. Replace the WOLFSSL_PTHREADS option for VxWorks builds, but comment it out. 2. Added a comment about using the pthreads wrappers for mutexes in VxWorks. --- wolfssl/wolfcrypt/settings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index 7ef369de3..80de55d15 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -398,6 +398,8 @@ #ifdef VXWORKS_SIM #define TFM_NO_ASM #endif + /* For VxWorks pthreads wrappers for mutexes uncomment the next line. */ + /* #define WOLFSSL_PTHREADS */ #define WOLFSSL_HAVE_MIN #define WOLFSSL_HAVE_MAX #define USE_FAST_MATH