mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix typo
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
534d0b4484
commit
5b065cb8cd
|
|
@ -4067,7 +4067,7 @@ void aead_multipart_state_test( int key_type_arg, data_t *key_data,
|
|||
&output_part_length,
|
||||
tag_buffer,
|
||||
tag_length ),
|
||||
PSA_ERROR_BAD_STATEcd );
|
||||
PSA_ERROR_BAD_STATE );
|
||||
|
||||
psa_aead_abort( &operation );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue