another work around the mac 10.10 yosemite PCSC bug, this time fix cryptoki; refs #34

master
Marc Wäckerlin 10 years ago
parent cac66974da
commit 774d125693
  1. 2
      src/suisseid.hxx

@ -329,7 +329,7 @@ namespace suisseid {
"transaction (SCardTransmit) fails " "transaction (SCardTransmit) fails "
"with SCARD_W_RESET_CARD (0x80100068). " "with SCARD_W_RESET_CARD (0x80100068). "
"Retry Nr. "<<applebug); "Retry Nr. "<<applebug);
Certificate c(certificate(const std::string& keylabel)); Certificate c(certificate(keylabel));
applebug = 0; // successful, reset counter applebug = 0; // successful, reset counter
return c; return c;
} }

Loading…
Cancel
Save