mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-26 01:05:27 +00:00
Give a better name for struct member
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
252304594b
commit
05dac4a20b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue