Fix for "not used" devId in benchmark.

This commit is contained in:
David Garske
2016-08-29 11:01:16 -07:00
parent 2ecd80ce23
commit 6a70403547

View File

@ -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";