diff options
author | Paul Selkirk <paul@psgd.org> | 2020-10-15 13:54:39 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-10-15 13:54:39 -0400 |
commit | e7d92277257fca695e672bc2c619214dd6dbd8ac (patch) | |
tree | de1e2a63776517d9c0f6176a2dc3e1c87eeae147 /projects | |
parent | 573c2061bce6b8f9329c8c14953391063dab9a79 (diff) |
Remove no-longer-useful mgmt-keywrap.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/cli-test/Makefile | 1 | ||||
-rw-r--r-- | projects/cli-test/mgmt-cli.c | 2 |
2 files changed, 0 insertions, 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 |