Skip to content

Commit fcfa07a

Browse files
authored
Merge pull request #238 from tamasan238/pr230
[JA] Fix a typo I noticed and expound a bit on the comment
2 parents 5091ea0 + 6dac6ab commit fcfa07a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wolfSSL-FIPS-FAQ/src-ja/section02.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ wolfSSLスタッフがNVLAP認定FIPSラボと連携してレビューするま
152152
/* 従前より使用しているコールバック呼び出し */
153153
wolfCrypt_SetCb_fips(myFipsCb);
154154

155-
/* 追加すべきコールバック呼び出し */
155+
/* 代わりにwolfSSL_Init()または同等のAPIを呼び出すことで、
156+
* デフォルトでシードコールバックがセットアップされます。
157+
*/
156158
+#ifdef WC_RNG_SEED_CB
157159
+ wc_SetSeed_Cb(wc_GenerateSeed);
158160
+#endif

0 commit comments

Comments
 (0)