Skip to content

Commit e08a8d1

Browse files
authored
Merge pull request #226 from wolfSSL/wolfHSM-doc-fixes
Changed refernce to examples directory instead of now deleted repo
2 parents a7f6733 + 1fa7176 commit e08a8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfHSM/src/chapter03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The steps required to configure a server that supports client communication, NVM
101101
4. Initialize wolfCrypt (before initializing the server)
102102
5. Allocate and initialize a server config structure and bind the comm server configuration, NVM context, and crypto context to it
103103
6. Allocate a server context structure and initialize it with the server configuration using `wh_Server_Init()`
104-
7. Set the server connection state to connected using `wh_Server_SetConnected()` when the underlying transport is ready to be used for client communication (see [wolfHSM Examples](https://github.com/wolfSSL/wolfHSM-examples) for more information)
104+
7. Set the server connection state to connected using `wh_Server_SetConnected()` when the underlying transport is ready to be used for client communication (see [wolfHSM Examples](https://github.com/wolfSSL/wolfHSM/tree/main/examples) for more information)
105105
8. Process client requests using `wh_Server_HandleRequestMessage()`
106106

107107
The server may be configured to support NVM object storage using NVM flash configuration. Include the steps to [initialize NVM](./chapter04.md#NVM-Architecture) on the server after step 1.

0 commit comments

Comments
 (0)