Skip to content

Commit ab9f8b5

Browse files
committed
Fix unused variable error
1 parent 29b478f commit ab9f8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/crypto_misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static int rng_fd = -1;
5353
static HCRYPTPROV gCryptProv;
5454
#endif
5555

56-
#if (!defined(CONFIG_USE_DEV_URANDOM) && !defined(CONFIG_WIN32_USE_CRYPTO_LIB))
56+
#if (!defined(ESP8266) && !defined(CONFIG_USE_DEV_URANDOM) && !defined(CONFIG_WIN32_USE_CRYPTO_LIB))
5757
/* change to processor registers as appropriate */
5858
#define ENTROPY_POOL_SIZE 32
5959
#define ENTROPY_COUNTER1 ((((uint64_t)tv.tv_sec)<<32) | tv.tv_usec)

0 commit comments

Comments
 (0)