Documentation fixes

This commit is contained in:
Andrzej Kurek 2019-02-05 05:06:35 -05:00
parent fd0381a2c5
commit b274f2739e
2 changed files with 6 additions and 5 deletions

View file

@ -210,7 +210,7 @@ const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
void mbedtls_pk_init( mbedtls_pk_context *ctx );
/**
* \brief Free a mbedtls_pk_context
* \brief Free the components of a #mbedtls_pk_context.
*
* \param ctx The context to clear. It must have been initialized.
* If this is \c NULL, this function does nothing.