forked from wolfSSL/wolfssl
Fix for "not used" devId in benchmark.
This commit is contained in:
@ -93,7 +93,9 @@
|
||||
#ifdef WOLFSSL_ASYNC_CRYPT
|
||||
#include <wolfssl/wolfcrypt/async.h>
|
||||
#endif
|
||||
static int devId = INVALID_DEVID;
|
||||
#if defined(WOLFSSL_ASYNC_CRYPT) || defined(HAVE_ECC)
|
||||
static int devId = INVALID_DEVID;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WNR
|
||||
const char* wnrConfigFile = "wnr-example.conf";
|
||||
|
Reference in New Issue
Block a user