forked from wolfSSL/wolfssl
Merge pull request #429 from dgarske/wolfcryptinit
Added missing wolfCrypt_Init() to wolfCrypt test application
This commit is contained in:
@ -271,6 +271,8 @@ int wolfcrypt_test(void* args)
|
|||||||
InitMemoryTracker();
|
InitMemoryTracker();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
wolfCrypt_Init();
|
||||||
|
|
||||||
#ifdef HAVE_FIPS
|
#ifdef HAVE_FIPS
|
||||||
wolfCrypt_SetCb_fips(myFipsCb);
|
wolfCrypt_SetCb_fips(myFipsCb);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user