The minimal changes needed to add KCAPI support with fips-ready

This commit is contained in:
kaleb-himes
2021-12-10 14:44:20 -07:00
parent 8609d98122
commit 7cccaa98b7
5 changed files with 92 additions and 7 deletions

View File

@@ -603,6 +603,10 @@ int main(int argc, char** argv)
wolfcrypt_test_args.argc = argc;
wolfcrypt_test_args.argv = argv;
#ifdef WC_RNG_SEED_CB
wc_SetSeed_Cb(wc_GenerateSeed);
#endif
wolfSSL_Init();
ChangeToWolfRoot();