mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 19:20:18 +00:00
Fix typo in currently unused macro constant
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
0af1560919
commit
db06445ad6
@ -1611,7 +1611,7 @@
|
|||||||
*/
|
*/
|
||||||
#define PSA_KEY_LIFETIME_IS_VOLATILE(lifetime) \
|
#define PSA_KEY_LIFETIME_IS_VOLATILE(lifetime) \
|
||||||
(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) == \
|
(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) == \
|
||||||
PSA_KEY_LIFETIME_PERSISTENCE_VOLATILE)
|
PSA_KEY_PERSISTENCE_VOLATILE)
|
||||||
|
|
||||||
/** Construct a lifetime from a persistence level and a location.
|
/** Construct a lifetime from a persistence level and a location.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user