diff options
author | Rob Austein <sra@hactrn.net> | 2016-10-07 17:32:14 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-10-07 17:32:14 -0400 |
commit | db32574d6c85bb48a2f01d80eec6e241152704ff (patch) | |
tree | b221ddee85010b6eddbed6d23f1b5faeaeaa74a3 /Makefile | |
parent | 378bcae718b7b8785b06c8cf82344e4f344a9215 (diff) |
Checkpoint along the way to adding keystore attribute support.
This is mostly to archive a commit where PKCS #11 "make test" still
works after converting the ks_volatile code to use SDRAM allocated at
startup instead of (large) static variables.
The attribute code itself is incomplete at this point.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ endif # # The mmap keystore hasn't been rewritten for the new API yet. -KS_OBJ = ks_index.o ks_volatile.o +KS_OBJ = ks_index.o ks_attribute.o ks_volatile.o ifeq "${KS}" "mmap" KS_OBJ += ks_mmap.o |