mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-04 22:54:13 +02:00
removing some magic numbers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user