Fix overly specific description in public doc
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
a36ef6b410
commit
0fda0d2e5c
1 changed files with 2 additions and 2 deletions
|
@ -464,8 +464,8 @@ const int *mbedtls_md_list(void);
|
||||||
const mbedtls_md_info_t *mbedtls_md_info_from_string(const char *md_name);
|
const mbedtls_md_info_t *mbedtls_md_info_from_string(const char *md_name);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief This function extracts the message-digest name from the
|
* \brief This function returns the name of the message digest for
|
||||||
* message-digest information structure.
|
* the message-digest information structure given.
|
||||||
*
|
*
|
||||||
* \param md_info The information structure of the message-digest algorithm
|
* \param md_info The information structure of the message-digest algorithm
|
||||||
* to use.
|
* to use.
|
||||||
|
|
Loading…
Reference in a new issue