diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-06-24 13:13:56 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-06-24 13:13:56 +0200 |
commit | ad8efa487536158673d8e1a95b43aad8ef4762fe (patch) | |
tree | 0613737ebe4a8dc0226e3046aab7ba8dd1528a40 /projects/hsm/mgmt-cli.c | |
parent | 1865d6de2c9f1ccdc0028fc7369df1be2e0b4551 (diff) | |
parent | 76a0f707cd0bd10fc96bc50fb81ba0248915b5e2 (diff) |
Merge branch 'ft-ks_flash'
Diffstat (limited to 'projects/hsm/mgmt-cli.c')
-rw-r--r-- | projects/hsm/mgmt-cli.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/hsm/mgmt-cli.c b/projects/hsm/mgmt-cli.c index bef530e..2606e21 100644 --- a/projects/hsm/mgmt-cli.c +++ b/projects/hsm/mgmt-cli.c @@ -43,6 +43,8 @@ #include "mgmt-fpga.h" #include "mgmt-misc.h" #include "mgmt-show.h" +#include "mgmt-keystore.h" +#include "mgmt-masterkey.h" /* MGMT UART interrupt receive buffer (data will be put in a larger ring buffer) */ volatile uint8_t uart_rx; @@ -202,6 +204,8 @@ int cli_main(void) configure_cli_fpga(&cli); configure_cli_misc(&cli); configure_cli_dfu(&cli); + configure_cli_keystore(&cli); + configure_cli_masterkey(&cli); while (1) { embedded_cli_loop(&cli); |