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(), in.size(),
0, buff, &len), 0, buff, &len),
"smartcard transmit message "+crypto::hex(in)); "smartcard transmit message "+crypto::hex(in));
continue; // this time: success
} }
# else # else
throw; // just rethrow otherwise throw; // just rethrow otherwise

Loading…
Cancel
Save