removing some magic numbers

This commit is contained in:
Jacob Barthelmeh
2021-02-22 21:54:08 +07:00
parent 4409be2a4e
commit 69a0b643be
10 changed files with 74 additions and 55 deletions
+4
View File
@@ -752,7 +752,11 @@ static const char* bench_result_words2[][5] = {
#endif
/* Asynchronous helper macros */
#ifdef WOLFSSL_QNX_CAAM
static THREAD_LS_T int devId = WOLFSSL_CAAM_DEVID;
#else
static THREAD_LS_T int devId = INVALID_DEVID;
#endif
#ifdef WOLFSSL_ASYNC_CRYPT
static WOLF_EVENT_QUEUE eventQueue;