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

This commit is contained in:
Marc Wäckerlin
2014-12-11 09:57:42 +00:00
parent cac66974da
commit 774d125693

View File

@@ -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;
} }