Skip to content

Commit 223d2b8

Browse files
committed
[JA] Changed refernce to examples directory instead of now deleted repo
1 parent e08a8d1 commit 223d2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfHSM/src-ja/chapter03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ wolfHSMサーバーを使用するには、サーバーコンテキスト構造
102102
4. wolfCryptを初期化(必ず、サーバーを初期化する前に行います)
103103
5. サーバー設定構造体を割り当て、初期化し、通信サーバー設定、NVMコンテキスト、暗号コンテキストをバインド
104104
6. サーバーコンテキスト構造体を割り当て、`wh_Server_Init()`を使用してサーバー設定で初期化
105-
7. 基盤となるトランスポートがクライアント通信に使用できる準備が整い次第、`wh_Server_SetConnected()`を使用してサーバー接続状態を接続済みに設定(詳細については[サンプルプログラム](https://github.com/wolfSSL/wolfHSM-examples)を参照ください)
105+
7. 基盤となるトランスポートがクライアント通信に使用できる準備が整い次第、`wh_Server_SetConnected()`を使用してサーバー接続状態を接続済みに設定(詳細については[サンプルプログラム](https://github.com/wolfSSL/wolfHSM/tree/main/examples)を参照ください)
106106
8. `wh_Server_HandleRequestMessage()`を使用してクライアントリクエストを処理
107107

108108
サーバーは、NVMフラッシュ設定を使用してNVMオブジェクトストレージをサポートするように設定できます。

0 commit comments

Comments
 (0)