Rename utils to common_utils

This commit is contained in:
Francois Beutin
2024-01-16 13:51:36 +01:00
parent 39b02b82e5
commit 3bcf12ce1d
32 changed files with 32 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
#include <stdint.h>
#include <string.h>
#include <ctype.h>
#include "utils.h" // ARRAY_SIZE
#include "common_utils.h" // ARRAY_SIZE
#include "apdu_constants.h"
#include "domain_name.h"
#include "challenge.h"