We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b827f4 commit 117e0d7Copy full SHA for 117e0d7
wolfSSL-FIPS-FAQ/src/section02.md
@@ -166,7 +166,9 @@ Example:
166
```
167
wolfCrypt_SetCb_fips(myFipsCb);
168
169
-/* Alternatively call wolfSSL_INit() or comparable API */
+/* Alternatively call wolfSSL_Init() or comparable API
170
+ * that sets up the seed callback by default
171
+ */
172
#ifdef WC_RNG_SEED_CB
173
wc_SetSeed_Cb(wc_GenerateSeed);
174
#endif
0 commit comments