commit | 05dac4a20b50aea02b8e95817bc796fd06cba756 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Wed Jun 30 10:31:18 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Wed Jun 30 10:31:18 2021 +0200 |
tree | a8b54f2e77d07777587f5e82cf5acfb86ff72dec | |
parent | 252304594bc37a9466efd067d41a133fc1ab7001 [diff] [blame] |
Give a better name for struct member Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
diff --git a/include/psa/crypto_builtin_primitives.h b/include/psa/crypto_builtin_primitives.h index 8701eb7..d7a69e5 100644 --- a/include/psa/crypto_builtin_primitives.h +++ b/include/psa/crypto_builtin_primitives.h
@@ -114,7 +114,7 @@ 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;