From 87353435752a7329b7ccaeee6366bfa34dbcd597 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 8 Mar 2021 17:25:03 +0100 Subject: [PATCH] Fix copypasta in documentation of an error case Signed-off-by: Gilles Peskine --- include/psa/crypto_values.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index a17bfc2bf..c2a2770da 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -1170,8 +1170,7 @@ * * \return The tag length specified by the input algorithm. * \return Unspecified if \p alg is not a supported - * AEAD algorithm or if \p tag_length is not valid - * for the specified AEAD algorithm. + * AEAD algorithm. */ #define PSA_ALG_AEAD_GET_TAG_LENGTH(aead_alg) \ (((aead_alg) & PSA_ALG_AEAD_TAG_LENGTH_MASK) >> \