diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index d5d114c18..559b34eec 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -271,6 +271,8 @@ int wolfcrypt_test(void* args) InitMemoryTracker(); #endif + wolfCrypt_Init(); + #ifdef HAVE_FIPS wolfCrypt_SetCb_fips(myFipsCb); #endif