mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 00:34:03 -05:00
Removed unused variable from non-Linux builds
This commit is contained in:
parent
aca0160548
commit
b993e77b5b
@ -51,7 +51,9 @@ static u32 pool[POOL_WORDS];
|
|||||||
static unsigned int input_rotate = 0;
|
static unsigned int input_rotate = 0;
|
||||||
static unsigned int pool_pos = 0;
|
static unsigned int pool_pos = 0;
|
||||||
static u8 dummy_key[20];
|
static u8 dummy_key[20];
|
||||||
|
#ifdef __linux__
|
||||||
static size_t dummy_key_avail = 0;
|
static size_t dummy_key_avail = 0;
|
||||||
|
#endif /* __linux__ */
|
||||||
static unsigned int own_pool_ready = 0;
|
static unsigned int own_pool_ready = 0;
|
||||||
|
|
||||||
#define MIN_COLLECT_ENTROPY 1000
|
#define MIN_COLLECT_ENTROPY 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user