From db06445ad68edf185e4bb16fd46e666334e04b75 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Mon, 1 Jun 2020 12:29:26 +0200 Subject: [PATCH] Fix typo in currently unused macro constant Signed-off-by: Steven Cooreman --- include/psa/crypto_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index 9fed276e7d..f33946ab90 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -1611,7 +1611,7 @@ */ #define PSA_KEY_LIFETIME_IS_VOLATILE(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. *