mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-10 12:19:56 +00:00
Give a better name for struct member
Signed-off-by: gabor-mezei-arm <[email protected]>
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