commit | 4157b6004d9f1de98a1c2fb71ec57ef073f13dd8 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Sun Jun 12 00:31:33 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Sun Jun 12 00:31:33 2016 +0100 |
tree | 2f539fc25e022e13e0b3235c44a917ad78657801 | |
parent | ab5df40054e95181d08cf008c79a26533e7bcb6c [diff] [blame] |
Renames null entropy source function for clarity
diff --git a/library/entropy_poll.c b/library/entropy_poll.c index ed80bab..a116e60 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c
@@ -192,7 +192,7 @@ #endif /* !MBEDTLS_NO_PLATFORM_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 ) { ((void) data);