commit | f65e9de57bbb297611b9d2fd72e198e6c37ce583 | [log] [tgz] |
---|---|---|
author | Jarno Lamsa <jarno.lamsa@arm.com> | Tue Oct 01 16:09:35 2019 +0300 |
committer | Jarno Lamsa <jarno.lamsa@arm.com> | Tue Oct 01 16:09:35 2019 +0300 |
tree | cb77c08b37f91d8015d6dbcdce5facc2dfe66fff | |
parent | 7d28155b3055ec4ef81de7f1a1aa7465f26dae83 [diff] |
Change rng-function return-type
diff --git a/include/mbedtls/platform_util.h b/include/mbedtls/platform_util.h index a1ca785..64e6666 100644 --- a/include/mbedtls/platform_util.h +++ b/include/mbedtls/platform_util.h
@@ -228,7 +228,7 @@ * \param num Max-value for the generated random number. * */ -size_t mbedtls_platform_random_in_range( size_t num ); +uint32_t mbedtls_platform_random_in_range( size_t num ); #if defined(MBEDTLS_HAVE_TIME_DATE) /**