diff options
author | Paul Selkirk <paul@psgd.org> | 2019-02-12 16:24:42 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-04-09 17:48:44 -0400 |
commit | 32d2ec2a2b44e01d7173a808005ccb10eab0ca67 (patch) | |
tree | a6a084504e7116ab88936fe838f27023de32c3c3 /projects/hsm/Makefile | |
parent | e60a67af1145e17f567c351e081c8546fbdcf6c8 (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 37c552d..0bd7930 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 |