mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
small fix
This commit is contained in:
parent
f4c21da26b
commit
89e2f391ca
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};
|
||||
|
||||
// print DER certificate in DER view
|
||||
// print DER certificate in TLV view
|
||||
if (showDERTLV) {
|
||||
PrintAndLog("----------------DER TLV-----------------");
|
||||
asn1_print(&buf[derp], derLen, " ");
|
||||
|
|
Loading…
Add table
Reference in a new issue