mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Documentation: fix some nits
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -157,9 +157,9 @@ typedef struct {
|
||||
struct key_data {
|
||||
#if defined(MBEDTLS_PSA_STATIC_KEY_SLOTS)
|
||||
uint8_t data[MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE];
|
||||
#else /* MBEDTLS_PSA_STATIC_KEY_SLOTS */
|
||||
#else
|
||||
uint8_t *data;
|
||||
#endif /* MBEDTLS_PSA_STATIC_KEY_SLOTS */
|
||||
#endif
|
||||
size_t bytes;
|
||||
} key;
|
||||
} psa_key_slot_t;
|
||||
|
Reference in New Issue
Block a user