small fix

This commit is contained in:
merlokk 2018-11-15 18:42:22 +02:00
parent f4c21da26b
commit 89e2f391ca

View file

@ -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, " ");