[Cryptech-Commits] [sw/stm32] 01/04: re-enable masterkey

git at cryptech.is git at cryptech.is
Tue Jul 12 10:23:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

fredrik at thulin.net pushed a commit to branch master
in repository sw/stm32.

commit 87dcf973d96463f54fa71d072e02b29a4c8ef1d4
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Tue Jul 12 10:15:38 2016 +0200

    re-enable masterkey
---
 projects/cli-test/Makefile   | 13 ++++++++++++-
 projects/cli-test/mgmt-cli.c |  1 +
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile
index a07029c..5a6cea8 100644
--- a/projects/cli-test/Makefile
+++ b/projects/cli-test/Makefile
@@ -1,6 +1,17 @@
 TEST = cli-test
 
-OBJS = crc32.o test_sdram.o mgmt-cli.o mgmt-dfu.c mgmt-fpga.c mgmt-misc.c mgmt-show.c mgmt-test.c mgmt-keystore.o test-mkmif.c
+OBJS = \
+	crc32.o \
+	mgmt-cli.o \
+	mgmt-dfu.o \
+	mgmt-fpga.o \
+	mgmt-keystore.o \
+	mgmt-masterkey.o \
+	mgmt-misc.o \
+	test-mkmif.o \
+	mgmt-show.o \
+	mgmt-test.o \
+	test_sdram.o
 
 BOARD_OBJS = \
 	$(TOPLEVEL)/stm-init.o \
diff --git a/projects/cli-test/mgmt-cli.c b/projects/cli-test/mgmt-cli.c
index ac9c445..073b045 100644
--- a/projects/cli-test/mgmt-cli.c
+++ b/projects/cli-test/mgmt-cli.c
@@ -241,6 +241,7 @@ int cli_main(void)
     configure_cli_misc(&cli);
     configure_cli_test(&cli);
     configure_cli_keystore(&cli);
+    configure_cli_masterkey(&cli);
 
     while (1) {
         embedded_cli_loop(&cli);



More information about the Commits mailing list