mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-19 04:09:57 +08:00

Move the `slot_number` field of `psa_key_attributes_t` to `psa_core_key_attributes_t`. This makes ``psa_core_key_attributes_t` core` the sole field of `psa_key_attributes_t`. This paves the way to unifying the two structures. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>