Fix select aid to new callback.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-08-25 20:57:56 +02:00
parent ac33f5a026
commit 6780eb3935
3 changed files with 6 additions and 3 deletions

View File

@@ -375,7 +375,8 @@ int heapLeft() {
return left;
}
int openpgp_select_aid(app_t *a) {
int openpgp_select_aid(app_t *a, uint8_t force) {
(void) force;
a->process_apdu = openpgp_process_apdu;
a->unload = openpgp_unload;
init_openpgp();