Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update fips token support #3081

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update card-epass2003.c
comment dead code
  • Loading branch information
haijie-ftsafe committed Mar 21, 2024
commit 7266daff1cf6ae4a032520d88fb1c39d8c28c875
2 changes: 1 addition & 1 deletion src/libopensc/card-epass2003.c
Original file line number Diff line number Diff line change
Expand Up @@ -3389,7 +3389,7 @@ epass2003_pin_cmd(struct sc_card *card, struct sc_pin_cmd_data *data, int *tries
int r;
u8 kid;
u8 retries = 0;
u8 pin_low = 3;
//u8 pin_low = 3;
haijie-ftsafe marked this conversation as resolved.
Show resolved Hide resolved
unsigned char maxtries = 0;

LOG_FUNC_CALLED(card->ctx);
Expand Down