summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2015-10-19 12:19:45 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2015-10-20 22:14:01 +0800
commit9c928aab9e90610254df176ab1bff48220e0b418 (patch)
tree98edab6e2190851344854cd84cce92fa593b08b5 /crypto
parent321ef0b2967f694ae54a17bee139f7cd284cd31d (diff)
downloadlinux-crypto-9c928aab9e90610254df176ab1bff48220e0b418.tar.gz
linux-crypto-9c928aab9e90610254df176ab1bff48220e0b418.zip
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: David Howells <dhowells@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/akcipher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/akcipher.c b/crypto/akcipher.c
index 528ae6aa..120ec042 100644
--- a/crypto/akcipher.c
+++ b/crypto/akcipher.c
@@ -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