]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used
authorDavid Howells <dhowells@redhat.com>
Mon, 19 Oct 2015 11:19:45 +0000 (12:19 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Oct 2015 14:14:01 +0000 (22:14 +0800)
commit381ceef785aa3957cd78f13b9311a09a8ea8ed45
tree2aa0d7383c29c5e62eca87e5bf11299cef6be095
parent642c117b927fae34cb85ac7ff278f5fc5bb93a47
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>
crypto/akcipher.c