Fix libfido in configure (#499)
* fix capitalization of Ctap2 in configure * changes setup to match new libfido2 version
This commit is contained in:
@@ -61,9 +61,9 @@ def get_opensk_devices(batch_mode):
|
||||
if (dev.descriptor.vid, dev.descriptor.pid) == OPENSK_VID_PID:
|
||||
if dev.capabilities & hid.CAPABILITY.CBOR:
|
||||
if batch_mode:
|
||||
devices.append(ctap2.CTAP2(dev))
|
||||
devices.append(ctap2.Ctap2(dev))
|
||||
else:
|
||||
return [ctap2.CTAP2(dev)]
|
||||
return [ctap2.Ctap2(dev)]
|
||||
return devices
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user