mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-26 13:48:43 +00:00
Introduced entropy_free()
This commit is contained in:
@@ -116,6 +116,13 @@ entropy_context;
|
||||
*/
|
||||
void entropy_init( entropy_context *ctx );
|
||||
|
||||
/**
|
||||
* \brief Free the data in the context
|
||||
*
|
||||
* \param ctx Entropy context to free
|
||||
*/
|
||||
void entropy_free( entropy_context *ctx );
|
||||
|
||||
/**
|
||||
* \brief Adds an entropy source to poll
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user