Skip to content

Commit

Permalink
ta: pkcs11: default enable key check value support
Browse files Browse the repository at this point in the history
Default enable support for key check value attribute in pkcs11 TA.

Acked-by: Jerome Forissier <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Jan 9, 2024
1 parent 1e9347d commit cfcfa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ta/pkcs11/sub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CFG_PKCS11_TA_HEAP_SIZE ?= (32 * 1024)
CFG_PKCS11_TA_TOKEN_COUNT ?= 3

# When enabled, embed support for object checksum value computation
CFG_PKCS11_TA_CHECK_VALUE_ATTRIBUTE ?= n
CFG_PKCS11_TA_CHECK_VALUE_ATTRIBUTE ?= y

global-incdirs-y += include
global-incdirs-y += src
Expand Down

0 comments on commit cfcfa4a

Please sign in to comment.