mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-05-03 21:36:25 +00:00
parent
ad66170379
commit
923e05a36c
1 changed files with 0 additions and 2 deletions
|
|
@ -449,8 +449,6 @@ static int cmd_verify() {
|
|||
}
|
||||
if (file_read_uint8(file_retries_sopin->data+2) == 0)
|
||||
return SW_PIN_BLOCKED();
|
||||
if (isUserAuthenticated && has_session_pin)
|
||||
return SW_OK();
|
||||
return set_res_sw(0x63, 0xc0 | file_read_uint8(file_retries_sopin->data+2));
|
||||
}
|
||||
return SW_REFERENCE_NOT_FOUND();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue