Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps committed Jul 30, 2024
1 parent 64f6b50 commit 86d2d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wh_server_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,12 +868,12 @@ int wh_Server_HandleCryptoRequest(whServerContext* server,
case WC_PK_TYPE_RSA:
#ifdef DEBUG_CRYPTOCB_VERBOSE
printf("RSA req recv. opType:%u inLen:%d keyId:%u outLen:%u type:%u\n",
#endif
packet->pkRsaReq.opType,
packet->pkRsaReq.inLen,
packet->pkRsaReq.keyId,
packet->pkRsaReq.outLen,
packet->pkRsaReq.type);
#endif
switch (packet->pkRsaReq.opType)
{
case RSA_PUBLIC_ENCRYPT:
Expand Down

0 comments on commit 86d2d31

Please sign in to comment.