Fix encoding map on credmgmt listing credentials for specific RP.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -221,7 +221,7 @@ int cbor_cred_mgmt(const uint8_t *data, size_t len) {
|
|||||||
|
|
||||||
cred_counter++;
|
cred_counter++;
|
||||||
|
|
||||||
uint8_t l = 4;
|
uint8_t l = 3;
|
||||||
if (subcommand == 0x04)
|
if (subcommand == 0x04)
|
||||||
l++;
|
l++;
|
||||||
if (cred.extensions.present == true) {
|
if (cred.extensions.present == true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user