mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-08 18:54:23 +02:00
Give a better name for struct member
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user