Commit 8622bd19 authored by Herbert Xu's avatar Herbert Xu

ubifs: 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.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 82d1c16c
...@@ -9,10 +9,9 @@ ...@@ -9,10 +9,9 @@
* This file implements various helper functions for UBIFS authentication support * This file implements various helper functions for UBIFS authentication support
*/ */
#include <linux/crypto.h>
#include <linux/verification.h> #include <linux/verification.h>
#include <crypto/hash.h> #include <crypto/hash.h>
#include <crypto/algapi.h> #include <crypto/utils.h>
#include <keys/user-type.h> #include <keys/user-type.h>
#include <keys/asymmetric-type.h> #include <keys/asymmetric-type.h>
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include "ubifs.h" #include "ubifs.h"
#include <linux/list_sort.h> #include <linux/list_sort.h>
#include <crypto/hash.h> #include <crypto/hash.h>
#include <crypto/algapi.h>
/** /**
* struct replay_entry - replay list entry. * struct replay_entry - replay list entry.
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <linux/completion.h> #include <linux/completion.h>
#include <crypto/hash_info.h> #include <crypto/hash_info.h>
#include <crypto/hash.h> #include <crypto/hash.h>
#include <crypto/algapi.h> #include <crypto/utils.h>
#include <linux/fscrypt.h> #include <linux/fscrypt.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment