diff options
Diffstat (limited to 'thirdparty/mbedtls/include/mbedtls/md_internal.h')
-rw-r--r-- | thirdparty/mbedtls/include/mbedtls/md_internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/thirdparty/mbedtls/include/mbedtls/md_internal.h b/thirdparty/mbedtls/include/mbedtls/md_internal.h index f33cdf6086..9e10f2409d 100644 --- a/thirdparty/mbedtls/include/mbedtls/md_internal.h +++ b/thirdparty/mbedtls/include/mbedtls/md_internal.h @@ -42,10 +42,9 @@ extern "C" { * Message digest information. * Allows message digest functions to be called in a generic way. */ -struct mbedtls_md_info_t -{ +struct mbedtls_md_info_t { /** Name of the message digest */ - const char * name; + const char *name; /** Digest identifier */ mbedtls_md_type_t type; |