/[openpgpmdrv]/trunk/OpenPGPminidriver/PinOperations.c
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/PinOperations.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by vletoux, Tue Feb 23 19:18:59 2010 UTC revision 3 by vletoux, Thu Feb 25 22:09:17 2010 UTC
# Line 164  DWORD VerifyPIN(__in PCARD_DATA  pCardDa Line 164  DWORD VerifyPIN(__in PCARD_DATA  pCardDa
164                  {                  {
165                          __leave;                          __leave;
166                  }                  }
167                  switch(PinId)                  /*switch(PinId)
168                  {                  {
169                          case ROLE_AUTHENTICATION:                          case ROLE_AUTHENTICATION:
170                          case ROLE_CONFIDENTIALITY:                          case ROLE_CONFIDENTIALITY:
171                                  dwReturn = VerifyPIN(pCardData, ROLE_SIGNATURE, pbPin, cbPin);                                  dwReturn = VerifyPIN(pCardData, ROLE_SIGNATURE, pbPin, cbPin);
172                                  break;                                  break;
173                  }                  }*/
174                                                    
175          }          }
176          __finally          __finally

Legend:
Removed from v.2  
changed lines
  Added in v.3

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26