mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
jansson update. 2.11 to 2.12 (#724)
This commit is contained in:
parent
5594c6215e
commit
6a2bd85719
10 changed files with 190 additions and 151 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