From a9ab4a2d60c9dd17b283e74546505ce56cab58b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 14 Mar 2023 10:51:15 +0100 Subject: [PATCH] Clarify a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- include/mbedtls/md.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h index 85d5c657bb..a5dfb68420 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h @@ -36,7 +36,8 @@ /* * - MBEDTLS_MD_CAN_xxx is defined if the md module can perform xxx. - * - MBEDTLS_MD_xxx_VIA_PSA is defined if the md module performs xxx via PSA. + * - MBEDTLS_MD_xxx_VIA_PSA is defined if the md module performs xxx via PSA + * (when PSA Crypto is initialized). * - MBEDTLS_MD_SOME_PSA is defined if at least one algorithm is performed * via PSA. * - MBEDTLS_MD_SOME_LEGACY is defined if at least one algorithm is performed