projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642c117
)
crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used
author
David Howells
<
[email protected]
>
Mon, 19 Oct 2015 11:19:45 +0000
(12:19 +0100)
committer
Herbert Xu
<
[email protected]
>
Tue, 20 Oct 2015 14:14:01 +0000
(22:14 +0800)
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 <
[email protected]
>
Signed-off-by: Herbert Xu <
[email protected]
>
crypto/akcipher.c
patch
|
blob
|
history
diff --git
a/crypto/akcipher.c
b/crypto/akcipher.c
index 528ae6aa9bff7403c1f115e274c59862e9b7e3fc..120ec042ec9eaef432c649db2e5f3ecb7869f86e 100644
(file)
--- 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