Clarify a comment

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2023-03-14 10:51:15 +01:00
parent f48b1f810e
commit a9ab4a2d60

View file

@ -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