Add missing static on file-scope variable

This commit is contained in:
Gilles Peskine 2018-12-12 14:05:08 +01:00
parent 23fd2bdb94
commit 2e14bd3aaf

View File

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