mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
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: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
82d1c16c8f
commit
8622bd190a
@ -9,10 +9,9 @@
|
||||
* This file implements various helper functions for UBIFS authentication support
|
||||
*/
|
||||
|
||||
#include <linux/crypto.h>
|
||||
#include <linux/verification.h>
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/algapi.h>
|
||||
#include <crypto/utils.h>
|
||||
#include <keys/user-type.h>
|
||||
#include <keys/asymmetric-type.h>
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "ubifs.h"
|
||||
#include <linux/list_sort.h>
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/algapi.h>
|
||||
|
||||
/**
|
||||
* struct replay_entry - replay list entry.
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <linux/completion.h>
|
||||
#include <crypto/hash_info.h>
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/algapi.h>
|
||||
#include <crypto/utils.h>
|
||||
|
||||
#include <linux/fscrypt.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user