mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-02 18:39:57 +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
|
// check and print DER certificate
|
||||||
uint8_t public_key[65] = {0};
|
uint8_t public_key[65] = {0};
|
||||||
|
|
||||||
// print DER certificate in DER view
|
// print DER certificate in TLV view
|
||||||
if (showDERTLV) {
|
if (showDERTLV) {
|
||||||
PrintAndLog("----------------DER TLV-----------------");
|
PrintAndLog("----------------DER TLV-----------------");
|
||||||
asn1_print(&buf[derp], derLen, " ");
|
asn1_print(&buf[derp], derLen, " ");
|
||||||
|
|
Loading…
Add table
Reference in a new issue