Fix encoding map on credmgmt listing credentials for specific RP.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-03-02 22:07:45 +01:00
parent 9756b451bb
commit 376b49db95
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -221,7 +221,7 @@ int cbor_cred_mgmt(const uint8_t *data, size_t len) {
cred_counter++;
uint8_t l = 4;
uint8_t l = 3;
if (subcommand == 0x04)
l++;
if (cred.extensions.present == true) {