Fix mistyped buffer size variable
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
4bbe82bdcc
commit
d4e99ed40c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ struct psa_aead_operation_s
|
|||
size_t ad_length;
|
||||
|
||||
uint8_t *body_buffer;
|
||||
uint8_t body_length;
|
||||
size_t body_length;
|
||||
|
||||
uint8_t *tag_buffer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue