From fe9756b1f59c3c5290bf40c90ab27074231828b8 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 7 Dec 2018 18:12:28 +0100 Subject: [PATCH] Remove a comment that is no longer applicable --- library/psa_crypto.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 3e08657db..1b44fc61e 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -4551,8 +4551,7 @@ psa_status_t psa_crypto_init( void ) global_data.rng_state = RNG_SEEDED; /* Initialize the key slots. Zero-initialization has made all key - * slots empty, so there is nothing to do. In a future version we will - * load data from storage. */ + * slots empty, so there is nothing to do. */ global_data.key_slots_initialized = 1; /* All done. */