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:
David Garske 2016-06-30 16:51:13 -07:00
parent c17830e5c7
commit dcdc28e014

View File

@ -291,8 +291,6 @@ int wolfcrypt_test(void* args)
{
int ret = 0;
wolfCrypt_Init();
((func_args*)args)->return_code = -1; /* error state */
#if defined(USE_WOLFSSL_MEMORY) && defined(WOLFSSL_TRACK_MEMORY)