solo ext bugfix
This commit is contained in:
parent
88a759566d
commit
9bb706987f
@ -1202,8 +1202,6 @@ uint8_t ctap_get_assertion(CborEncoder * encoder, uint8_t * request, int length)
|
|||||||
#ifdef ENABLE_U2F_EXTENSIONS
|
#ifdef ENABLE_U2F_EXTENSIONS
|
||||||
if ( is_extension_request((uint8_t*)&GA.creds[validCredCount - 1].credential.id, sizeof(CredentialId)) )
|
if ( is_extension_request((uint8_t*)&GA.creds[validCredCount - 1].credential.id, sizeof(CredentialId)) )
|
||||||
{
|
{
|
||||||
ret = cbor_encode_int(&map,RESP_authData); // 2
|
|
||||||
check_ret(ret);
|
|
||||||
memset(auth_data_buf,0,sizeof(CTAP_authDataHeader));
|
memset(auth_data_buf,0,sizeof(CTAP_authDataHeader));
|
||||||
auth_data_buf_sz = sizeof(CTAP_authDataHeader);
|
auth_data_buf_sz = sizeof(CTAP_authDataHeader);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user