mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user