mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 14:35:37 +01:00
Remove errorneous insert
This commit is contained in:
parent
484ba88a0f
commit
6725757cec
@ -2230,7 +2230,7 @@ static psa_aead_operation_t psa_aead_operation_init(void);
|
|||||||
* of the non-encrypted additional authenticated data each time.
|
* of the non-encrypted additional authenticated data each time.
|
||||||
* -# Call psa_aead_update() zero, one or more times, passing a fragment
|
* -# Call psa_aead_update() zero, one or more times, passing a fragment
|
||||||
* of the message to encrypt each time.
|
* of the message to encrypt each time.
|
||||||
* -# Call psa_aead_finish(psa_aead_encrypt).
|
* -# Call psa_aead_finish().
|
||||||
*
|
*
|
||||||
* The application may call psa_aead_abort() at any time after the operation
|
* The application may call psa_aead_abort() at any time after the operation
|
||||||
* has been initialized.
|
* has been initialized.
|
||||||
|
Loading…
Reference in New Issue
Block a user