diff options
Diffstat (limited to 'security/integrity/evm/evm.h')
-rw-r--r-- | security/integrity/evm/evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/integrity/evm/evm.h b/security/integrity/evm/evm.h index a45d0d630a30..d320f5197437 100644 --- a/security/integrity/evm/evm.h +++ b/security/integrity/evm/evm.h | |||
@@ -19,6 +19,8 @@ | |||
19 | extern int evm_initialized; | 19 | extern int evm_initialized; |
20 | extern char *evm_hmac; | 20 | extern char *evm_hmac; |
21 | 21 | ||
22 | extern struct crypto_shash *hmac_tfm; | ||
23 | |||
22 | /* List of EVM protected security xattrs */ | 24 | /* List of EVM protected security xattrs */ |
23 | extern char *evm_config_xattrnames[]; | 25 | extern char *evm_config_xattrnames[]; |
24 | 26 | ||