summaryrefslogtreecommitdiff
path: root/security/integrity/evm/evm.h
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2022-05-13 20:41:05 +0300
committerMimi Zohar <zohar@linux.ibm.com>2022-05-16 15:14:38 +0300
commit4c41186ff394680cbde32a6a29e539f1e6036a47 (patch)
treec968773ae626e3ddb2771e6020faf5d3f749cdc1 /security/integrity/evm/evm.h
parente11afdbb22a39807e1f0cb707974ddd2c03e90a4 (diff)
downloadlinux-4c41186ff394680cbde32a6a29e539f1e6036a47.tar.xz
evm: Clean up some variables
Make hmac_tfm static since it's not used anywhere else besides the file it is in. Remove declaration of hash_tfm since it doesn't exist. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'security/integrity/evm/evm.h')
-rw-r--r--security/integrity/evm/evm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/integrity/evm/evm.h b/security/integrity/evm/evm.h
index 0d44f41d16f8..f8b8c5004fc7 100644
--- a/security/integrity/evm/evm.h
+++ b/security/integrity/evm/evm.h
@@ -38,9 +38,6 @@ extern int evm_initialized;
extern int evm_hmac_attrs;
-extern struct crypto_shash *hmac_tfm;
-extern struct crypto_shash *hash_tfm;
-
/* List of EVM protected security xattrs */
extern struct list_head evm_config_xattrnames;