mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-20 18:48:06 +00:00
Fix new Pico Keys SDK selection callback.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
3cae928de8
commit
2ad67e5e17
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ extern int cmd_bip_slip();
|
|||
|
||||
extern const uint8_t *ccid_atr;
|
||||
|
||||
int sc_hsm_select_aid(app_t *a) {
|
||||
int sc_hsm_select_aid(app_t *a, uint8_t force) {
|
||||
(void) force;
|
||||
a->process_apdu = sc_hsm_process_apdu;
|
||||
a->unload = sc_hsm_unload;
|
||||
init_sc_hsm();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue