Commit 7b5fad7c authored by Herbert Xu's avatar Herbert Xu
Browse files

SUNRPC: 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: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent bd5af654
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,9 +34,9 @@
 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */

#include <crypto/algapi.h>
#include <crypto/hash.h>
#include <crypto/skcipher.h>
#include <crypto/utils.h>
#include <linux/err.h>
#include <linux/types.h>
#include <linux/mm.h>
+0 −2
Original line number Diff line number Diff line
@@ -57,11 +57,9 @@
 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 */

#include <crypto/algapi.h>
#include <linux/types.h>
#include <linux/jiffies.h>
#include <linux/sunrpc/gss_krb5.h>
#include <linux/crypto.h>

#include "gss_krb5_internal.h"