mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 03:39:58 +00:00
Fix a comment
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
1b5ffc63cc
commit
6ea8d3414f
@ -128,7 +128,7 @@ void md_info(int md_type, char *md_name, int md_size)
|
||||
(void) md_name;
|
||||
#endif
|
||||
|
||||
/* Note: PSA Crypto init not needed to info functions */
|
||||
/* Note: PSA Crypto init not needed for info functions */
|
||||
|
||||
md_info = mbedtls_md_info_from_type(md_type);
|
||||
TEST_ASSERT(md_info != NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user