Give a better name for struct member

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-06-30 10:31:18 +02:00
parent 252304594b
commit 05dac4a20b
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD

View file

@ -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;