We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca69493 commit 9cb6243Copy full SHA for 9cb6243
1 file changed
wolfcrypt/test/test.c
@@ -1921,7 +1921,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
1921
#endif
1922
{
1923
wc_test_ret_t ret;
1924
- func_args args = { 0 };
+ func_args args = { 0, 0, 0 };
1925
#if defined(WOLFSSL_ESPIDF) || defined(WOLFSSL_SE050)
1926
/* set dummy wallclock time. */
1927
struct timeval utctime;
0 commit comments