From 05dac4a20b50aea02b8e95817bc796fd06cba756 Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Wed, 30 Jun 2021 10:31:18 +0200 Subject: [PATCH] Give a better name for struct member Signed-off-by: gabor-mezei-arm --- include/psa/crypto_builtin_primitives.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_builtin_primitives.h b/include/psa/crypto_builtin_primitives.h index 8701eb7a5..d7a69e54e 100644 --- a/include/psa/crypto_builtin_primitives.h +++ b/include/psa/crypto_builtin_primitives.h @@ -114,7 +114,7 @@ typedef struct { uint8_t iv_length; uint8_t block_length; union { - unsigned int initialised; + unsigned int dummy; mbedtls_cipher_context_t cipher; } ctx; } mbedtls_psa_cipher_operation_t;