small fix
This commit is contained in:
@@ -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, " ");
|
||||||
|
|||||||
Reference in New Issue
Block a user