Skip to content

Commit 361fae3

Browse files
AlexLanzanoCopilot
andauthored
Update src/wh_client_keywrap.c
Co-authored-by: Copilot <[email protected]>
1 parent 330607c commit 361fae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wh_client_keywrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ int wh_Client_DataUnwrapResponse(whClientContext* ctx,
507507
return resp->rc;
508508
}
509509

510-
/* Copy the wrapped key from the response data into wrappedKeyOut */
510+
/* Copy the unwrapped data from the response data into dataOut */
511511
respData = (uint8_t*)(resp + 1);
512512
memcpy(dataOut, respData, dataSz);
513513

0 commit comments

Comments
 (0)