Remove a comment that is no longer applicable

This commit is contained in:
Gilles Peskine 2018-12-07 18:12:28 +01:00
parent 2f060a8ea5
commit fe9756b1f5

View file

@ -4551,8 +4551,7 @@ psa_status_t psa_crypto_init( void )
global_data.rng_state = RNG_SEEDED; global_data.rng_state = RNG_SEEDED;
/* Initialize the key slots. Zero-initialization has made all key /* Initialize the key slots. Zero-initialization has made all key
* slots empty, so there is nothing to do. In a future version we will * slots empty, so there is nothing to do. */
* load data from storage. */
global_data.key_slots_initialized = 1; global_data.key_slots_initialized = 1;
/* All done. */ /* All done. */