mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix mistyped buffer size variable
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
@ -183,7 +183,7 @@ struct psa_aead_operation_s
|
|||||||
size_t ad_length;
|
size_t ad_length;
|
||||||
|
|
||||||
uint8_t *body_buffer;
|
uint8_t *body_buffer;
|
||||||
uint8_t body_length;
|
size_t body_length;
|
||||||
|
|
||||||
uint8_t *tag_buffer;
|
uint8_t *tag_buffer;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user