Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion wolfSSL-FIPS-FAQ/src/section02.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ Example:
```
wolfCrypt_SetCb_fips(myFipsCb);

/* Alternatively call wolfSSL_INit() or comparable API */
/* Alternatively call wolfSSL_Init() or comparable API
* that sets up the seed callback by default
*/
#ifdef WC_RNG_SEED_CB
wc_SetSeed_Cb(wc_GenerateSeed);
#endif
Expand Down