workaround Mac OS X 10.10 PCSC bug; refs #34

master
Marc Wäckerlin 10 years ago
parent e3f8efefc3
commit 4a0edda811
  1. 1
      src/pcsc.hxx

@ -326,7 +326,6 @@ namespace pcsc {
in.size(),
0, buff, &len),
"smartcard transmit message "+crypto::hex(in));
continue; // this time: success
}
# else
throw; // just rethrow otherwise

Loading…
Cancel
Save