mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Give a better name for struct member
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
@ -105,7 +105,7 @@ typedef struct {
|
|||||||
uint8_t MBEDTLS_PRIVATE(iv_length);
|
uint8_t MBEDTLS_PRIVATE(iv_length);
|
||||||
uint8_t MBEDTLS_PRIVATE(block_length);
|
uint8_t MBEDTLS_PRIVATE(block_length);
|
||||||
union {
|
union {
|
||||||
unsigned int MBEDTLS_PRIVATE(initialised);
|
unsigned int MBEDTLS_PRIVATE(dummy);
|
||||||
mbedtls_cipher_context_t MBEDTLS_PRIVATE(cipher);
|
mbedtls_cipher_context_t MBEDTLS_PRIVATE(cipher);
|
||||||
} MBEDTLS_PRIVATE(ctx);
|
} MBEDTLS_PRIVATE(ctx);
|
||||||
} mbedtls_psa_cipher_operation_t;
|
} mbedtls_psa_cipher_operation_t;
|
||||||
|
Reference in New Issue
Block a user