mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-02 00:02:14 +02:00
Add missing static on file-scope variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user