Fix issues in CI

This commit is contained in:
Jarno Lamsa
2019-10-02 12:44:36 +03:00
parent 77a0e07f80
commit a1e5054d91
2 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ int mbedtls_platform_memcmp( const void *buf1, const void *buf2, size_t num );
* The generated number will be on range [0, num).
*
* \return The generated random number.
*/
*/
uint32_t mbedtls_platform_random_in_range( size_t num );
#if defined(MBEDTLS_HAVE_TIME_DATE)