mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 15:58:12 +00:00
Cosmetic change
Make one of the name listing scripts happier
This commit is contained in:
parent
8a89fcd13f
commit
f5fc64997c
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ extern "C" {
|
||||||
* Message digest information.
|
* Message digest information.
|
||||||
* Allows message digest functions to be called in a generic way.
|
* Allows message digest functions to be called in a generic way.
|
||||||
*/
|
*/
|
||||||
struct _md_info_t {
|
struct _md_info_t
|
||||||
|
{
|
||||||
/** Digest identifier */
|
/** Digest identifier */
|
||||||
md_type_t type;
|
md_type_t type;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue