diff --git a/fidocrypt.c b/fidocrypt.c index b9ee8ca..fc17bdf 100644 --- a/fidocrypt.c +++ b/fidocrypt.c @@ -516,6 +516,9 @@ enroll_thread(void *cookie) } #endif + /* Hack: avoid pins. */ + fido_dev_force_u2f(dev); + /* Create a credential and set its parameters. */ if ((cred = fido_cred_new()) == NULL) { warnx("fido_cred_new");