Skip to content

Commit

Permalink
cred: export fido_cred_append_type()
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Nov 15, 2024
1 parent 2637b4c commit ff717dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cred.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ fido_cred_set_fmt(fido_cred_t *cred, const char *fmt)
return (FIDO_OK);
}

static int
int
fido_cred_append_type(fido_cred_t *cred, int cose_alg)
{
int *list_ptr;
Expand Down
1 change: 1 addition & 0 deletions src/export.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
fido_cbor_info_uv_modality;
fido_cbor_info_versions_len;
fido_cbor_info_versions_ptr;
fido_cred_append_type;
fido_cred_attstmt_len;
fido_cred_attstmt_ptr;
fido_cred_authdata_len;
Expand Down
1 change: 1 addition & 0 deletions src/export.llvm
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ _fido_cbor_info_uv_attempts
_fido_cbor_info_uv_modality
_fido_cbor_info_versions_len
_fido_cbor_info_versions_ptr
_fido_cred_append_type
_fido_cred_attstmt_len
_fido_cred_attstmt_ptr
_fido_cred_authdata_len
Expand Down
1 change: 1 addition & 0 deletions src/export.msvc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ fido_cbor_info_uv_attempts
fido_cbor_info_uv_modality
fido_cbor_info_versions_len
fido_cbor_info_versions_ptr
fido_cred_append_type
fido_cred_attstmt_len
fido_cred_attstmt_ptr
fido_cred_authdata_len
Expand Down
1 change: 1 addition & 0 deletions src/fido.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ int fido_assert_set_sig(fido_assert_t *, size_t, const unsigned char *, size_t);
int fido_assert_set_winhello_appid(fido_assert_t *, const char *);
int fido_assert_verify(const fido_assert_t *, size_t, int, const void *);
int fido_cbor_info_algorithm_cose(const fido_cbor_info_t *, size_t);
int fido_cred_append_type(fido_cred_t *, int);
int fido_cred_empty_exclude_list(fido_cred_t *);
bool fido_cred_entattest(const fido_cred_t *);
int fido_cred_exclude(fido_cred_t *, const unsigned char *, size_t);
Expand Down

0 comments on commit ff717dd

Please sign in to comment.