[Cryptech-Commits] [sw/stm32] 05/08: Remove no-longer-useful mgmt-keywrap.

git at cryptech.is git at cryptech.is
Thu Oct 15 22:22:14 UTC 2020


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

paul at psgd.org pushed a commit to branch master
in repository sw/stm32.

commit e7d92277257fca695e672bc2c619214dd6dbd8ac
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Thu Oct 15 13:54:39 2020 -0400

    Remove no-longer-useful mgmt-keywrap.
---
 projects/cli-test/Makefile   | 1 -
 projects/cli-test/mgmt-cli.c | 2 --
 2 files changed, 3 deletions(-)

diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile
index 5971d13..5bb3fb1 100644
--- a/projects/cli-test/Makefile
+++ b/projects/cli-test/Makefile
@@ -6,7 +6,6 @@ OBJS = \
 	mgmt-dfu.o \
 	mgmt-fpga.o \
 	mgmt-keystore.o \
-	mgmt-keywrap.o \
 	mgmt-masterkey.o \
 	mgmt-misc.o \
 	mgmt-show.o
diff --git a/projects/cli-test/mgmt-cli.c b/projects/cli-test/mgmt-cli.c
index fa63d50..960d691 100644
--- a/projects/cli-test/mgmt-cli.c
+++ b/projects/cli-test/mgmt-cli.c
@@ -49,7 +49,6 @@
 #include "mgmt-test.h"
 #include "mgmt-keystore.h"
 #include "mgmt-masterkey.h"
-#include "mgmt-keywrap.h"
 #ifdef DO_TIMING
 #include "mgmt-timing.h"
 #endif
@@ -180,7 +179,6 @@ int cli_main(void)
     configure_cli_misc(cli);
     configure_cli_keystore(cli);
     configure_cli_masterkey(cli);
-    configure_cli_keywrap(cli);
 #ifdef DO_TIMING
     configure_cli_timing(cli);
 #endif



More information about the Commits mailing list