From 7607da55f7b90e9521b0997b9935a6255317b54f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 28 Sep 2017 22:33:55 +0200 Subject: [PATCH] FIX: unify all calls.. --- client/cmdhfepa.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/cmdhfepa.c b/client/cmdhfepa.c index b50274296..fbdfb3958 100644 --- a/client/cmdhfepa.c +++ b/client/cmdhfepa.c @@ -162,9 +162,7 @@ int CmdHFEPAPACEReplay(const char *Cmd) return 1; } -// UI-related stuff - -static const command_t CommandTable[] = { +static command_t CommandTable[] = { {"help", CmdHelp, 1, "This help"}, {"cnonces", CmdHFEPACollectPACENonces, 0, " Acquire n>0 encrypted PACE nonces of size m>0 with d sec pauses"}, {"preplay", CmdHFEPAPACEReplay, 0, " Perform PACE protocol by replaying given APDUs"}, @@ -180,4 +178,4 @@ int CmdHFEPA(const char *Cmd) { clearCommandBuffer(); CmdsParse(CommandTable, Cmd); return 0; -} +} \ No newline at end of file