mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 14:25:35 +00:00
Fix typo in doc
This commit is contained in:
parent
854dab96fe
commit
ac50fc5e2f
|
@ -154,7 +154,7 @@ int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_
|
||||||
*
|
*
|
||||||
* \param ctx Context to set up.
|
* \param ctx Context to set up.
|
||||||
* \param md_info Message digest to use.
|
* \param md_info Message digest to use.
|
||||||
* \param hmac 0 to save some meory is HMAC will not be use,
|
* \param hmac 0 to save some memory if HMAC will not be used,
|
||||||
* non-zero is HMAC is going to be used with this context.
|
* non-zero is HMAC is going to be used with this context.
|
||||||
*
|
*
|
||||||
* \returns \c 0 on success,
|
* \returns \c 0 on success,
|
||||||
|
|
Loading…
Reference in a new issue