projects
/
platform
/
core
/
security
/
webauthn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e237d
)
fix a variable name in header file(transports->descriptors)
author
Dongsun Lee
<ds73.lee@samsung.com>
Tue, 9 Jan 2024 07:46:01 +0000
(16:46 +0900)
committer
이동선/Security&Privacy팀(SR)/삼성전자
<ds73.lee@samsung.com>
Tue, 9 Jan 2024 07:58:15 +0000
(16:58 +0900)
include/webauthn-types.h
patch
|
blob
|
history
diff --git
a/include/webauthn-types.h
b/include/webauthn-types.h
index 3efc51bc3c52392e759d0981c8ceb8297da2ae15..b46ab98e0f6945fd271856acaaea7b4715daedcc 100644
(file)
--- a/
include/webauthn-types.h
+++ b/
include/webauthn-types.h
@@
-285,7
+285,7
@@
typedef struct __wauthn_pubkey_cred_descriptor {
*/
typedef struct __wauthn_pubkey_cred_descriptors {
size_t size;
- wauthn_pubkey_cred_descriptor_s *
transport
s;
+ wauthn_pubkey_cred_descriptor_s *
descriptor
s;
} wauthn_pubkey_cred_descriptors_s;
/**