From 89e2f391ca20e7e41941e631d95b03e0f71f0a8f Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Thu, 15 Nov 2018 18:42:22 +0200 Subject: [PATCH] small fix --- client/cmdhffido.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhffido.c b/client/cmdhffido.c index 039384ba0..e2d6c0917 100644 --- a/client/cmdhffido.c +++ b/client/cmdhffido.c @@ -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, " ");