remove dump_buffer_simple

This commit is contained in:
iceman1001
2020-11-11 18:05:05 +01:00
parent 8f67b511a6
commit bf4cdf6eb7
4 changed files with 16 additions and 26 deletions

View File

@@ -312,8 +312,8 @@ static int cmd_hf_fido_register(const char *cmd) {
int derp = 67 + keyHandleLen;
int derLen = (buf[derp + 2] << 8) + buf[derp + 3] + 4;
if (verbose2) {
PrintAndLogEx(INFO, "DER certificate[%d]:");
PrintAndLogEx(INFO, "------------------DER-------------------", derLen);
PrintAndLogEx(INFO, "DER certificate[%d]:", derLen);
PrintAndLogEx(INFO, "------------------DER-------------------");
PrintAndLogEx(INFO, "%s", sprint_hex(buf + derp, derLen));
PrintAndLogEx(INFO, "----------------DER---------------------");
} else {