Add is_gpg flag for fido2.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -23,6 +23,8 @@
|
|||||||
#include "asn1.h"
|
#include "asn1.h"
|
||||||
#include "management.h"
|
#include "management.h"
|
||||||
|
|
||||||
|
bool is_gpg = true;
|
||||||
|
|
||||||
int man_process_apdu();
|
int man_process_apdu();
|
||||||
int man_unload();
|
int man_unload();
|
||||||
|
|
||||||
@@ -44,6 +46,7 @@ int man_select(app_t *a, uint8_t force) {
|
|||||||
init_otp();
|
init_otp();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
is_gpg = false;
|
||||||
return PICOKEY_OK;
|
return PICOKEY_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user