Skip to content

Commit

Permalink
Merge PR #206
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Feb 28, 2024
2 parents 032dd8b + 4abb4a5 commit a5bd97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fido2/ctap2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _call(self, sub_cmd, params=None):
msg = (
b"\xff" * 32
+ b"\x0d"
+ struct.pack("<b", sub_cmd)
+ struct.pack("<B", sub_cmd)
+ (cbor.encode(params) if params else b"")
)
pin_uv_protocol = self.pin_uv.protocol.VERSION
Expand Down

0 comments on commit a5bd97c

Please sign in to comment.