Fix copypasta in multipart AEAD macro

This commit is contained in:
Gilles Peskine 2019-02-08 11:24:03 +01:00
parent 4c6fdbbe8d
commit 6bce7f7ebb

View file

@ -286,7 +286,7 @@
* correct size for an AEAD algorithm that it * correct size for an AEAD algorithm that it
* recognizes, but does not support. * recognizes, but does not support.
*/ */
#define PSA_AEAD_FINISH_OUTPUT_SIZE(alg, plaintext_length) \ #define PSA_AEAD_FINISH_OUTPUT_SIZE(alg) \
((size_t)0) ((size_t)0)
/** The maximum size of the output of psa_aead_decrypt(), in bytes. /** The maximum size of the output of psa_aead_decrypt(), in bytes.