Fix copypasta in multipart AEAD macro
This commit is contained in:
parent
4c6fdbbe8d
commit
6bce7f7ebb
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@
|
|||
* correct size for an AEAD algorithm that it
|
||||
* recognizes, but does not support.
|
||||
*/
|
||||
#define PSA_AEAD_FINISH_OUTPUT_SIZE(alg, plaintext_length) \
|
||||
#define PSA_AEAD_FINISH_OUTPUT_SIZE(alg) \
|
||||
((size_t)0)
|
||||
|
||||
/** The maximum size of the output of psa_aead_decrypt(), in bytes.
|
||||
|
|
Loading…
Reference in a new issue