diff options
Diffstat (limited to 'security/integrity/integrity.h')
-rw-r--r-- | security/integrity/integrity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h index 7efbf560b7d5..880bbee2f534 100644 --- a/security/integrity/integrity.h +++ b/security/integrity/integrity.h | |||
@@ -37,7 +37,7 @@ struct integrity_iint_cache { | |||
37 | unsigned char flags; | 37 | unsigned char flags; |
38 | u8 digest[SHA1_DIGEST_SIZE]; | 38 | u8 digest[SHA1_DIGEST_SIZE]; |
39 | struct mutex mutex; /* protects: version, flags, digest */ | 39 | struct mutex mutex; /* protects: version, flags, digest */ |
40 | enum integrity_status hmac_status; | 40 | enum integrity_status evm_status; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | /* rbtree tree calls to lookup, insert, delete | 43 | /* rbtree tree calls to lookup, insert, delete |