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 src/libopensc/card-epass2003.c
Co-authored-by: Frank Morgner <[email protected]>
  • Loading branch information
haijie-ftsafe and frankmorgner committed Mar 21, 2024
commit c5ec42e0a6549e639648585939793952b3ef3df0
1 change: 0 additions & 1 deletion src/libopensc/card-epass2003.c
Original file line number Diff line number Diff line change
Expand Up @@ -3389,7 +3389,6 @@ 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;
unsigned char maxtries = 0;

LOG_FUNC_CALLED(card->ctx);
Expand Down
Loading