We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af1560 commit 9464a03Copy full SHA for 9464a03
include/psa/crypto_values.h
@@ -1611,7 +1611,7 @@
1611
*/
1612
#define PSA_KEY_LIFETIME_IS_VOLATILE(lifetime) \
1613
(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime) == \
1614
- PSA_KEY_LIFETIME_PERSISTENCE_VOLATILE)
+ PSA_KEY_PERSISTENCE_VOLATILE)
1615
1616
/** Construct a lifetime from a persistence level and a location.
1617
*
0 commit comments