mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-25 05:31:11 +01:00
This commit marks the beginning of the removal of support for direct access to key slots. From this commit on, programs that use psa_key_slot_t will no longer compile. Subsequent commits will remove the now-unused legacy support in psa_crypto.c.