From 6bce7f7ebbf7e8a979c61815a9373fe731bc974b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 8 Feb 2019 11:24:03 +0100 Subject: [PATCH] Fix copypasta in multipart AEAD macro --- include/psa/crypto_sizes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_sizes.h b/include/psa/crypto_sizes.h index d4182f525..8e7fa7ae4 100644 --- a/include/psa/crypto_sizes.h +++ b/include/psa/crypto_sizes.h @@ -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.