mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix config files
This commit is contained in:
parent
49eccfdbfb
commit
8cf58f2e57
1 changed files with 0 additions and 4 deletions
|
@ -761,8 +761,6 @@ static int CmdHFFido2MakeCredential(const char *cmd) {
|
||||||
// parse returned cbor
|
// parse returned cbor
|
||||||
FIDO2MakeCredentionalParseRes(root, &buf[1], len - 1, verbose, verbose2, showCBOR, showDERTLV);
|
FIDO2MakeCredentionalParseRes(root, &buf[1], len - 1, verbose, verbose2, showCBOR, showDERTLV);
|
||||||
|
|
||||||
// new file name..
|
|
||||||
sprintf(filename, "hf-fido2");
|
|
||||||
res = saveFileJSONrootEx(filename, root, JSON_INDENT(2), verbose, true);
|
res = saveFileJSONrootEx(filename, root, JSON_INDENT(2), verbose, true);
|
||||||
(void)res;
|
(void)res;
|
||||||
json_decref(root);
|
json_decref(root);
|
||||||
|
@ -881,8 +879,6 @@ static int CmdHFFido2GetAssertion(const char *cmd) {
|
||||||
// parse returned cbor
|
// parse returned cbor
|
||||||
FIDO2GetAssertionParseRes(root, &buf[1], len - 1, verbose, verbose2, showCBOR);
|
FIDO2GetAssertionParseRes(root, &buf[1], len - 1, verbose, verbose2, showCBOR);
|
||||||
|
|
||||||
// new file name..
|
|
||||||
sprintf(filename, "hf-fido2");
|
|
||||||
res = saveFileJSONrootEx(filename, root, JSON_INDENT(2), verbose, true);
|
res = saveFileJSONrootEx(filename, root, JSON_INDENT(2), verbose, true);
|
||||||
(void)res;
|
(void)res;
|
||||||
json_decref(root);
|
json_decref(root);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue