mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Add product and mcu to info in rescue mode.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
f5b89aed69
commit
9b9ea7cae5
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit cf36c2988c323226d40361b65a7b52e35def35f6
|
Subproject commit 758d7b88cd5bf8457611f6237e9b9c2819adffab
|
||||||
|
|
@ -43,6 +43,8 @@ bool has_session_pin = false, has_session_sopin = false;
|
||||||
const uint8_t *dev_name = NULL;
|
const uint8_t *dev_name = NULL;
|
||||||
uint16_t dev_name_len = 0;
|
uint16_t dev_name_len = 0;
|
||||||
|
|
||||||
|
uint8_t PICO_PRODUCT = 1;
|
||||||
|
|
||||||
static int sc_hsm_process_apdu();
|
static int sc_hsm_process_apdu();
|
||||||
|
|
||||||
static void init_sc_hsm();
|
static void init_sc_hsm();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue