We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b478f commit ab9f8b5Copy full SHA for ab9f8b5
crypto/crypto_misc.c
@@ -53,7 +53,7 @@ static int rng_fd = -1;
53
static HCRYPTPROV gCryptProv;
54
#endif
55
56
-#if (!defined(CONFIG_USE_DEV_URANDOM) && !defined(CONFIG_WIN32_USE_CRYPTO_LIB))
+#if (!defined(ESP8266) && !defined(CONFIG_USE_DEV_URANDOM) && !defined(CONFIG_WIN32_USE_CRYPTO_LIB))
57
/* change to processor registers as appropriate */
58
#define ENTROPY_POOL_SIZE 32
59
#define ENTROPY_COUNTER1 ((((uint64_t)tv.tv_sec)<<32) | tv.tv_usec)
0 commit comments