Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 381ceef7 authored by David Howells's avatar David Howells Committed by Herbert Xu
Browse files

crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used



Don't #include crypto/public_key.h in akcipher as the contents of the
header aren't used and changes in a future patch cause it to fail to
compile if CONFIG_KEYS=n.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 642c117b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <linux/cryptouser.h>
#include <net/netlink.h>
#include <crypto/akcipher.h>
#include <crypto/public_key.h>
#include "internal.h"

#ifdef CONFIG_NET