diff options
author | Paul Selkirk <paul@psgd.org> | 2019-02-12 16:24:42 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-02-12 16:24:42 -0500 |
commit | 614ebd7f4c808b475c7df2a8da2417265e793b98 (patch) | |
tree | 02d092c1cefdc4de35487c77100e443c363393fd /projects/hsm/Makefile | |
parent | 07af68c08baefbced001a0081256cb1fff8ed491 (diff) |
Add CLI functions to manage the keywrap core, with new auto-zeroise functionality.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 3430e14..98b693b 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -9,6 +9,7 @@ OBJS = mgmt-cli.o \ mgmt-masterkey.o \ mgmt-misc.o \ mgmt-task.o \ + mgmt-keywrap.o \ log.o \ $(TOPLEVEL)/task.o |