From 9bb706987f94bce80d8a9cef7c97aac24be62514 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sat, 13 Apr 2019 22:42:05 -0400 Subject: [PATCH] solo ext bugfix --- fido2/ctap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fido2/ctap.c b/fido2/ctap.c index 1214b1e..4e7b465 100644 --- a/fido2/ctap.c +++ b/fido2/ctap.c @@ -1202,8 +1202,6 @@ uint8_t ctap_get_assertion(CborEncoder * encoder, uint8_t * request, int length) #ifdef ENABLE_U2F_EXTENSIONS 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)); auth_data_buf_sz = sizeof(CTAP_authDataHeader); }