commit | b274f2739e1ccf0db28bc3f72aba51b6df3260b8 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@mobica.com> | Tue Feb 05 05:06:35 2019 -0500 |
committer | Andrzej Kurek <andrzej.kurek@mobica.com> | Tue Feb 05 05:06:35 2019 -0500 |
tree | 3d8f43866cd4f078ce6deb8c51190b82779cc63b | |
parent | fd0381a2c577733c9c2b943f7bd09c5c960041c5 [diff] |
Documentation fixes
diff --git a/include/mbedtls/pk.h b/include/mbedtls/pk.h index f1ce746..24951a6 100644 --- a/include/mbedtls/pk.h +++ b/include/mbedtls/pk.h
@@ -210,7 +210,7 @@ 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.