Skip to content

Commit

Permalink
Correct the name of the Signature PIN on the minidriver
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlimitedPugWorks committed Oct 3, 2024
1 parent 4f98954 commit 5109469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pteid-mw-pt/_src/eidmw/minidriver/Src/CardAndContProp.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ DWORD CardGetPinInfo(PCARD_DATA pCardData, PBYTE pbData, DWORD cbData, PDWORD pd
if (dwFlags == ROLE_DIGSIG)
pinInfo.PinPurpose = AuthenticationPin;
if (dwFlags == ROLE_NONREP)
pinInfo.PinPurpose = NonRepudiationPin;
pinInfo.PinPurpose = DigitalSignaturePin;
/**********************************************
* Pin cache policy
**********************************************/
Expand Down

0 comments on commit 5109469

Please sign in to comment.