mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 20:10:52 +02:00
Merge pull request #471 from dgarske/fixdoubleinit
Remove double call to "wolfCrypt_Init()" in test.c
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user