mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-15 06:40:48 +00:00
Fix code style
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e92796ef98
commit
0eb4e7fb40
@ -295,10 +295,10 @@ struct psa_key_attributes_s {
|
|||||||
#define PSA_KEY_ATTRIBUTES_MAYBE_SLOT_NUMBER
|
#define PSA_KEY_ATTRIBUTES_MAYBE_SLOT_NUMBER
|
||||||
#endif
|
#endif
|
||||||
#define PSA_KEY_ATTRIBUTES_INIT { PSA_KEY_ATTRIBUTES_MAYBE_SLOT_NUMBER \
|
#define PSA_KEY_ATTRIBUTES_INIT { PSA_KEY_ATTRIBUTES_MAYBE_SLOT_NUMBER \
|
||||||
PSA_KEY_TYPE_NONE, 0, \
|
PSA_KEY_TYPE_NONE, 0, \
|
||||||
PSA_KEY_LIFETIME_VOLATILE, \
|
PSA_KEY_LIFETIME_VOLATILE, \
|
||||||
PSA_KEY_POLICY_INIT, \
|
PSA_KEY_POLICY_INIT, \
|
||||||
MBEDTLS_SVC_KEY_ID_INIT }
|
MBEDTLS_SVC_KEY_ID_INIT }
|
||||||
|
|
||||||
static inline struct psa_key_attributes_s psa_key_attributes_init(void)
|
static inline struct psa_key_attributes_s psa_key_attributes_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user