Skip to content

Commit

Permalink
remove unused declaration for cbor_decode_cred_authdata_multiple_cose()
Browse files Browse the repository at this point in the history
  • Loading branch information
bobomb committed Jan 11, 2024
1 parent b159689 commit ef55990
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ int cbor_decode_attstmt(const cbor_item_t *, fido_attstmt_t *);
int cbor_decode_bool(const cbor_item_t *, bool *);
int cbor_decode_cred_authdata(const cbor_item_t *, fido_int_array_t *, fido_blob_t *,
fido_authdata_t *, fido_attcred_t *, fido_cred_ext_t *);
int cbor_decode_cred_authdata_multiple_cose(const cbor_item_t *,
fido_blob_t *, fido_blob_t *, fido_authdata_t *, fido_attcred_t *, fido_cred_ext_t *);
int cbor_decode_assert_authdata(const cbor_item_t *, fido_blob_t *,
fido_authdata_t *, fido_assert_extattr_t *);
int cbor_decode_cred_id(const cbor_item_t *, fido_blob_t *);
Expand Down

0 comments on commit ef55990

Please sign in to comment.