From 359411fd070ab9fffca483afac61c98ba29b8df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Fri, 16 Apr 2021 11:56:58 +0200 Subject: [PATCH] Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bence Szépkúti --- include/psa/crypto_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index de5a3c8d3..9e67cb4d5 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -1182,8 +1182,8 @@ * * \return 1 if the base both arguments correspond to the same base * algorithm, 0 otherwise. - * Unspecified if \p aead_alg_1 or \p aead_alg_2 are not - * supported AEAD algorithms. + * Unspecified if neither \p aead_alg_1 nor \p aead_alg_2 are + * a supported AEAD algorithm. */ #define PSA_ALG_AEAD_IS_BASE_EQUAL(aead_alg_1, aead_alg_2) \ (!(((aead_alg_1) ^ (aead_alg_2)) & \