evm: Do not include crypto/algapi.h
The header file crypto/algapi.h is for internal use only. Use the header file crypto/utils.h instead. Acked-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
7b5fad7cff
commit
aa7c98b124
|
@ -14,7 +14,6 @@
|
|||
#define pr_fmt(fmt) "EVM: "fmt
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/crypto.h>
|
||||
#include <linux/audit.h>
|
||||
#include <linux/xattr.h>
|
||||
#include <linux/integrity.h>
|
||||
|
@ -25,7 +24,7 @@
|
|||
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/hash_info.h>
|
||||
#include <crypto/algapi.h>
|
||||
#include <crypto/utils.h>
|
||||
#include "evm.h"
|
||||
|
||||
int evm_initialized;
|
||||
|
|
Loading…
Reference in New Issue