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

Diff of /trunk/OpenPGPminidriver/CardInitializationAndDeconstruct.c

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

revision 8 by vletoux, Thu Mar 11 20:32:26 2010 UTC revision 9 by vletoux, Mon Mar 15 09:47:30 2010 UTC
# Line 67  DWORD WINAPI CardAcquireContext( Line 67  DWORD WINAPI CardAcquireContext(
67                  pCardData->pfnCardGetChallenge            = CardGetChallenge;                  pCardData->pfnCardGetChallenge            = CardGetChallenge;
68                  pCardData->pfnCardAuthenticateChallenge   = CardAuthenticateChallenge;                  pCardData->pfnCardAuthenticateChallenge   = CardAuthenticateChallenge;
69                                    
70                  pCardData->pfnCardDeauthenticate          = CardDeauthenticate;                  pCardData->pfnCardDeauthenticate          = NULL; //CardDeauthenticate;
71                  pCardData->pfnCardAuthenticateEx          = CardAuthenticateEx;                  pCardData->pfnCardAuthenticateEx          = CardAuthenticateEx;
72                  pCardData->pfnCardGetChallengeEx          = CardGetChallengeEx;                  pCardData->pfnCardGetChallengeEx          = CardGetChallengeEx;
73                  pCardData->pfnCardDeauthenticateEx        = CardDeauthenticateEx;                  pCardData->pfnCardDeauthenticateEx        = CardDeauthenticateEx;

Legend:
Removed from v.8  
changed lines
  Added in v.9

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26