mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
revert #520
This commit is contained in:
parent
743325e90f
commit
17dd4bc572
1 changed files with 0 additions and 2 deletions
|
@ -1845,7 +1845,6 @@ static bool TestIfKeyExists(uint64_t key) {
|
|||
num_keys_tested += count;
|
||||
hardnested_print_progress(num_acquired_nonces, "(Test: Key found)", 0.0, 0);
|
||||
crypto1_destroy(pcs);
|
||||
pthread_mutex_destroy(&statelist_cache_mutex);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -1853,7 +1852,6 @@ static bool TestIfKeyExists(uint64_t key) {
|
|||
num_keys_tested += count;
|
||||
hardnested_print_progress(num_acquired_nonces, "(Test: Key NOT found)", 0.0, 0);
|
||||
crypto1_destroy(pcs);
|
||||
pthread_mutex_destroy(&statelist_cache_mutex);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue