less global vars

This commit is contained in:
Philippe Teuwen
2020-06-01 20:45:37 +02:00
parent d234e2a8f5
commit 447105511a
12 changed files with 47 additions and 50 deletions

View File

@@ -32,7 +32,7 @@
#define MAX_KEY_LEN 24
#define MAX_KEYS_LIST_LEN 1024
struct desfire_key defaultkey = {0};
static struct desfire_key defaultkey = {0};
static desfirekey_t sessionkey = &defaultkey;
//uint8_t key_zero_data[16] = { 0x00 };