aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/keys/trusted-type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keys/trusted-type.h b/include/keys/trusted-type.h
index 42cf2d991bf4..4ea7e55f20b0 100644
--- a/include/keys/trusted-type.h
+++ b/include/keys/trusted-type.h
@@ -38,7 +38,7 @@ struct trusted_key_options {
38 unsigned char pcrinfo[MAX_PCRINFO_SIZE]; 38 unsigned char pcrinfo[MAX_PCRINFO_SIZE];
39 int pcrlock; 39 int pcrlock;
40 uint32_t hash; 40 uint32_t hash;
41 uint32_t digest_len; 41 uint32_t policydigest_len;
42 unsigned char policydigest[MAX_DIGEST_SIZE]; 42 unsigned char policydigest[MAX_DIGEST_SIZE];
43 uint32_t policyhandle; 43 uint32_t policyhandle;
44}; 44};