Fix TYPO in header(attestion->attestation)
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 16 Jan 2024 06:04:24 +0000 (15:04 +0900)
committer이동선/Security&Privacy팀(SR)/삼성전자 <ds73.lee@samsung.com>
Tue, 16 Jan 2024 06:22:00 +0000 (15:22 +0900)
include/webauthn-types.h

index af4bcf4cba9c7889e91aaf5cdf57afdf8403be72..b0d93198bfe21bd25cd79a94c9e83c7139931168 100644 (file)
@@ -407,7 +407,7 @@ typedef struct __wauthn_pubkey_cred_creation_options {
     wauthn_pubkey_cred_hints_s *hints; /**<
         This member contains zero or more elements from #wauthn_pubkey_cred_hint_e to
         guide the user agent in interacting with the user. (optional)*/
-    wauthn_attestation_pref_e attestion; /**<
+    wauthn_attestation_pref_e attestation; /**<
         The Relying Party MAY use this member to specify a preference regarding attestation
         conveyance. The default value is #ap_none (optional) */
     wauthn_attestation_formats_s *attestation_formats; /**<
@@ -448,7 +448,7 @@ typedef struct __wauthn_pubkey_cred_request_options {
     wauthn_pubkey_cred_hints_s *hints; /**<
         This member contains zero or more elements from #wauthn_pubkey_cred_hint_e to
         guide the user agent in interacting with the user. (optional)*/
-    wauthn_attestation_pref_e attestion; /**<
+    wauthn_attestation_pref_e attestation; /**<
         The Relying Party MAY use this member to specify a preference regarding
         attestation conveyance. The default value is #ap_none (optional)*/
     wauthn_attestation_formats_s *attestation_formats; /**<