aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/mgmt-show.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-02 15:10:23 -0400
committerRob Austein <sra@hactrn.net>2016-09-02 15:10:23 -0400
commitfe98998e92e10deac6df9e482152bb4722439e1e (patch)
tree99f4c27340e41d02a5683c32087bea5eeb13d771 /projects/cli-test/mgmt-show.c
parentd7468933468bac63584a4db61d4a613ad5d68933 (diff)
Whack with club until working with new keystore API.
Basic stuff like "keystore show keys", "keystore delete key", and the PIN commands all work with the new keystore code. Some of the management commands are still broken. Some of the old management commands were using libhal-internal APIs for which no real equivalent exists anymore. Some of the old management commands were doing things that, um, never could have worked as written.
Diffstat (limited to 'projects/cli-test/mgmt-show.c')
-rw-r--r--projects/cli-test/mgmt-show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cli-test/mgmt-show.c b/projects/cli-test/mgmt-show.c
index 7d6b509..5cca8b7 100644
--- a/projects/cli-test/mgmt-show.c
+++ b/projects/cli-test/mgmt-show.c
@@ -71,7 +71,7 @@ static int cmd_show_fpga_status(struct cli_def *cli, const char *command, char *
static int cmd_show_fpga_cores(struct cli_def *cli, const char *command, char *argv[], int argc)
{
- const hal_core_t *core;
+ hal_core_t *core;
const hal_core_info_t *info;
if (! fpgacfg_check_done()) {