Fix typo
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
534d0b4484
commit
5b065cb8cd
1 changed files with 1 additions and 1 deletions
|
@ -4067,7 +4067,7 @@ void aead_multipart_state_test( int key_type_arg, data_t *key_data,
|
||||||
&output_part_length,
|
&output_part_length,
|
||||||
tag_buffer,
|
tag_buffer,
|
||||||
tag_length ),
|
tag_length ),
|
||||||
PSA_ERROR_BAD_STATEcd );
|
PSA_ERROR_BAD_STATE );
|
||||||
|
|
||||||
psa_aead_abort( &operation );
|
psa_aead_abort( &operation );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue