1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Introduced entropy_free()

This commit is contained in:
Paul Bakker
2013-09-28 15:23:03 +02:00
parent c55988406f
commit 1ffefaca1e
28 changed files with 38 additions and 0 deletions

View File

@ -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
*