mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
reduce some globals scope
This commit is contained in:
parent
5b54385347
commit
bc76c7263e
4 changed files with 7 additions and 7 deletions
|
@ -64,7 +64,7 @@ From "Dismantling iclass":
|
|||
#include "mbedtls/des.h"
|
||||
#include "optimized_cipherutils.h"
|
||||
|
||||
uint8_t pi[35] = {
|
||||
static uint8_t pi[35] = {
|
||||
0x0F, 0x17, 0x1B, 0x1D, 0x1E, 0x27, 0x2B, 0x2D,
|
||||
0x2E, 0x33, 0x35, 0x39, 0x36, 0x3A, 0x3C, 0x47,
|
||||
0x4B, 0x4D, 0x4E, 0x53, 0x55, 0x56, 0x59, 0x5A,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue