evm: crypto hash replaced by shash
[pandora-kernel.git] / security / integrity / evm / evm.h
index a45d0d6..d320f51 100644 (file)
@@ -19,6 +19,8 @@
 extern int evm_initialized;
 extern char *evm_hmac;
 
+extern struct crypto_shash *hmac_tfm;
+
 /* List of EVM protected security xattrs */
 extern char *evm_config_xattrnames[];