mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 19:35:43 +00:00
Remove a comment that is no longer applicable
This commit is contained in:
parent
2f060a8ea5
commit
fe9756b1f5
|
@ -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. */
|
||||||
|
|
Loading…
Reference in a new issue