mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Allow tweaking PSA_KEY_SLOT_COUNT
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
@ -27,7 +27,9 @@
|
||||
|
||||
/* Number of key slots (plus one because 0 is not used).
|
||||
* The value is a compile-time constant for now, for simplicity. */
|
||||
#if !defined(PSA_KEY_SLOT_COUNT)
|
||||
#define PSA_KEY_SLOT_COUNT 32
|
||||
#endif
|
||||
|
||||
/** Range of volatile key identifiers.
|
||||
*
|
||||
|
Reference in New Issue
Block a user