From 5ce3e59dfe3d79e2a0196cea426bd9fdf25be492 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 12 Jul 2018 00:35:06 +0200 Subject: [PATCH] Doc: PSA_ALG_IS_HASH is unspecified if alg is not *supported* --- 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 95fe42d69..fb7edf83c 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -531,7 +531,7 @@ typedef uint32_t psa_algorithm_t; * \param alg An algorithm identifier (value of type #psa_algorithm_t). * * \return 1 if \c alg is a hash algorithm, 0 otherwise. - * This macro may return either 0 or 1 if \c alg is not a valid + * This macro may return either 0 or 1 if \c alg is not a supported * algorithm identifier. */ #define PSA_ALG_IS_HASH(alg) \