From 2e14bd3aaff4e00ba330763f89b3109783e20303 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 12 Dec 2018 14:05:08 +0100 Subject: [PATCH] Add missing static on file-scope variable --- library/psa_crypto_slot_management.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/psa_crypto_slot_management.c b/library/psa_crypto_slot_management.c index 4e193b56b..0b4399f5e 100644 --- a/library/psa_crypto_slot_management.c +++ b/library/psa_crypto_slot_management.c @@ -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