Merge pull request #471 from dgarske/fixdoubleinit

Remove double call to "wolfCrypt_Init()" in test.c
This commit is contained in:
toddouska
2016-06-30 19:32:52 -07:00
committed by GitHub

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)