File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,14 +248,14 @@ The data payload is a fixed size data buffer that the client can use in any way
248248``` c
249249/* request message to the custom server callback */
250250typedef struct {
251- uint32_t id; /* indentifier of registered callback */
251+ uint32_t id; /* identifier of registered callback */
252252 uint32_t type; /* whMessageCustomCb_Type */
253253 whMessageCustomCb_Data data;
254254} whMessageCustomCb_Request;
255255
256256/* response message from the custom server callback */
257257typedef struct {
258- uint32_t id; /* indentifier of registered callback */
258+ uint32_t id; /* identifier of registered callback */
259259 uint32_t type; /* whMessageCustomCb_Type */
260260 int32_t rc; /* Return code from custom callback. Invalid if err != 0 */
261261 int32_t err; /* wolfHSM-specific error. If err != 0, rc is invalid */
You can’t perform that action at this time.
0 commit comments