File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ static size_t platform_get_entropy_forced_entropy_content = SIZE_MAX;
7070static size_t platform_get_entropy_forced_output_len = SIZE_MAX ;
7171static size_t platform_get_entropy_call_count ;
7272
73- void mbedtls_test_platform_get_entropy_reset ()
73+ void mbedtls_test_platform_get_entropy_reset (void )
7474{
7575 platform_get_entropy_call_count = 0 ;
7676 platform_get_entropy_force_failure = 0 ;
@@ -93,7 +93,7 @@ void mbedtls_test_platform_get_entropy_set_entropy_content(size_t val)
9393 platform_get_entropy_forced_entropy_content = val ;
9494}
9595
96- size_t mbedtls_test_platform_get_entropy_get_call_count ()
96+ size_t mbedtls_test_platform_get_entropy_get_call_count (void )
9797{
9898 return platform_get_entropy_call_count ;
9999}
You can’t perform that action at this time.
0 commit comments