mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-13 03:29:51 +08:00
small fix
This commit is contained in:
parent
da6e2ea7c1
commit
f4c21da26b
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ int CmdHFFidoRegister(const char *cmd) {
|
|||
// check and print DER certificate
|
||||
uint8_t public_key[65] = {0};
|
||||
|
||||
// TODO: print DER certificate in DER view
|
||||
// print DER certificate in DER view
|
||||
if (showDERTLV) {
|
||||
PrintAndLog("----------------DER TLV-----------------");
|
||||
asn1_print(&buf[derp], derLen, " ");
|
||||
|
|
Loading…
Reference in a new issue