remove check for T0 as it seems to work for T1 as well

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3016 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2006-09-17 18:34:52 +00:00
parent b4f8b149ee
commit 1104e92bde
1 changed files with 0 additions and 6 deletions

View File

@ -1078,12 +1078,6 @@ part10_pin_cmd(sc_reader_t *reader, sc_slot_info_t *slot,
return SC_ERROR_NOT_SUPPORTED;
}
/* Only T=0 is currently supported */
if (slot->active_protocol != SC_PROTO_T0) {
sc_error(reader->ctx, "Only T=0 is currently supported!");
return SC_ERROR_NOT_SUPPORTED;
}
apdu = data->apdu;
switch (data->cmd) {
case SC_PIN_CMD_VERIFY: