wolfcrypt/test/test.c: add all initializers in wolfcrypt_test_main() for args for C++ legality (C-style initializer added in e58fafcf3d).

This commit is contained in:
Daniel Pouzzner
2023-11-07 19:33:18 -06:00
parent ca694938fd
commit 9cb6243357

View File

@ -1921,7 +1921,7 @@ options: [-s max_relative_stack_bytes] [-m max_relative_heap_memory_bytes]\n\
#endif
{
wc_test_ret_t ret;
func_args args = { 0 };
func_args args = { 0, 0, 0 };
#if defined(WOLFSSL_ESPIDF) || defined(WOLFSSL_SE050)
/* set dummy wallclock time. */
struct timeval utctime;