reduce some globals scope

This commit is contained in:
Philippe Teuwen 2021-08-21 23:14:54 +02:00
commit bc76c7263e
4 changed files with 7 additions and 7 deletions

View file

@ -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,