Renames null entropy source function for clarity

This commit is contained in:
Simon Butcher 2016-06-12 00:31:33 +01:00
parent ab5df40054
commit 4157b6004d
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ extern "C" {
* \brief Entropy poll callback that provides 0 entropy.
*/
#if defined(MBEDTLS_TEST_NULL_ENTROPY)
int mbedtls_zero_entropy_poll( void *data,
int mbedtls_null_entropy_poll( void *data,
unsigned char *output, size_t len, size_t *olen );
#endif