mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
jansson update. 2.11 to 2.12
fix warnings
This commit is contained in:
parent
91809c6d94
commit
5d5e273982
10 changed files with 194 additions and 154 deletions
|
@ -164,7 +164,7 @@ static int seed_from_timestamp_and_pid(uint32_t *seed) {
|
|||
}
|
||||
|
||||
static uint32_t generate_seed() {
|
||||
uint32_t seed;
|
||||
uint32_t seed = 0;
|
||||
int done = 0;
|
||||
|
||||
#if !defined(_WIN32) && defined(USE_URANDOM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue