From 3111981d94a41f74a561f65def0e40a278842e8d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 21 Aug 2018 14:47:48 +0200 Subject: [PATCH] Fix parameter name in Doxygen documentation --- include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index ac3852912..a64610773 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -900,7 +900,7 @@ typedef uint32_t psa_algorithm_t; * \param alg A AEAD algorithm identifier (value of type * #psa_algorithm_t such that #PSA_ALG_IS_AEAD(\p alg) * is true). - * \param mac_length Desired length of the authentication tag in bytes. + * \param tag_length Desired length of the authentication tag in bytes. * * \return The corresponding AEAD algorithm with the specified * length.