Skip to content

Commit

Permalink
Refactoring of PKCS11 store module + unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 5, 2024
1 parent 002dc8d commit 6737d7e
Show file tree
Hide file tree
Showing 8 changed files with 849 additions and 96 deletions.
9 changes: 9 additions & 0 deletions options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -843,3 +843,12 @@ endif
ifeq ($(SIGN_ALG),ext_LMS)
SIGN_ALG=LMS
endif

ifneq ($(KEYVAULT_OBJ_SIZE),)
CFLAGS+=-DKEYVAULT_OBJ_SIZE=$(KEYVAULT_OBJ_SIZE)
endif

ifneq ($(KEYVAULT_MAX_ITEMS),)
CFLAGS+=-DKEYVAULT_MAX_ITEMS=$(KEYVAULT_MAX_ITEMS)
endif

Loading

0 comments on commit 6737d7e

Please sign in to comment.