Remove double call to "wolfCrypt_Init()" in test.c. Appears to have been added in static memory merge on 6/10.
This commit is contained in:
parent
c17830e5c7
commit
dcdc28e014
@ -291,8 +291,6 @@ int wolfcrypt_test(void* args)
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
wolfCrypt_Init();
|
|
||||||
|
|
||||||
((func_args*)args)->return_code = -1; /* error state */
|
((func_args*)args)->return_code = -1; /* error state */
|
||||||
|
|
||||||
#if defined(USE_WOLFSSL_MEMORY) && defined(WOLFSSL_TRACK_MEMORY)
|
#if defined(USE_WOLFSSL_MEMORY) && defined(WOLFSSL_TRACK_MEMORY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user