mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
small fix
This commit is contained in:
parent
6777b377c3
commit
746b397043
1 changed files with 2 additions and 0 deletions
|
@ -905,4 +905,6 @@ int RecoveryCertificates(struct tlvdb *tlvRoot, json_t *root) {
|
|||
JsonSaveStr(root, "$.ApplicationData.ICCPublicKeyDec", icc_pk_c);
|
||||
JsonSaveBufAsHex(root, "$.ApplicationData.ICCPublicKeyModulus", icc_pk->modulus, icc_pk->mlen);
|
||||
free(issuer_pk_c);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue