mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fix platform setup/teardown feature and comments
Fixed the platform setup/teardown feature, by fixing it for doxygen and adding it as a feature in 'version_features.c'.
This commit is contained in:
parent
be4f75c12f
commit
c0da47dd1e
2 changed files with 3 additions and 2 deletions
|
|
@ -326,8 +326,6 @@ int mbedtls_platform_setup( mbedtls_platform_context *ctx );
|
|||
*
|
||||
* \param ctx mbed TLS context
|
||||
*
|
||||
* \return 0 if successful
|
||||
*
|
||||
* \note This function should be called after every other mbed TLS module has
|
||||
* been correctly freed using the appropriate free function.
|
||||
* Its implementation is platform specific, and by default, unless
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue