small fix

This commit is contained in:
merlokk 2018-11-15 18:35:13 +02:00
parent da6e2ea7c1
commit f4c21da26b

View file

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