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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>

+0 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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>