mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Add missing static on file-scope variable
This commit is contained in:
parent
23fd2bdb94
commit
2e14bd3aaf
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ typedef struct
|
|||
unsigned key_slots_initialized : 1;
|
||||
} psa_global_data_t;
|
||||
|
||||
psa_global_data_t global_data;
|
||||
static psa_global_data_t global_data;
|
||||
|
||||
/* Access a key slot at the given handle. The handle of a key slot is
|
||||
* the index of the slot in the global slot array, plus one so that handles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue