From dcdc28e0148cc1d79b39d379a4ebcb591f428a89 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 30 Jun 2016 16:51:13 -0700 Subject: [PATCH] Remove double call to "wolfCrypt_Init()" in test.c. Appears to have been added in static memory merge on 6/10. --- wolfcrypt/test/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 49e5d34f2..279383f83 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -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)