Skip to content

Commit 722e274

Browse files
authored
Merge pull request #230 from kaleb-himes/TYPO-2025
Fix a typo I noticed and expound a bit on the comment
2 parents 8b827f4 + 117e0d7 commit 722e274

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wolfSSL-FIPS-FAQ/src/section02.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ Example:
166166
```
167167
wolfCrypt_SetCb_fips(myFipsCb);
168168
169-
/* Alternatively call wolfSSL_INit() or comparable API */
169+
/* Alternatively call wolfSSL_Init() or comparable API
170+
* that sets up the seed callback by default
171+
*/
170172
#ifdef WC_RNG_SEED_CB
171173
wc_SetSeed_Cb(wc_GenerateSeed);
172174
#endif

0 commit comments

Comments
 (0)