Skip to content

Commit 9464a03

Browse files
committed
Fix error from Mbed-TLS#3302
1 parent 0af1560 commit 9464a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/psa/crypto_values.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@
16111611
*/
16121612
#define PSA_KEY_LIFETIME_IS_VOLATILE(lifetime) \
16131613
(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) == \
1614-
PSA_KEY_LIFETIME_PERSISTENCE_VOLATILE)
1614+
PSA_KEY_PERSISTENCE_VOLATILE)
16151615

16161616
/** Construct a lifetime from a persistence level and a location.
16171617
*

0 commit comments

Comments
 (0)