projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97cacb9
)
crypto: cryptd - Add missing aead.h inclusion
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:48:11 +0000
(17:48 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:46 +0000
(10:31 +0800)
cryptd.h needs to include crypto/aead.h because it uses crypto_aead.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/cryptd.h
patch
|
blob
|
blame
|
history
diff --git
a/include/crypto/cryptd.h
b/include/crypto/cryptd.h
index ba98918bbd9b8ec53207aa77abed034c56bc40ec..1547f540c920b3fea66a7028f0b868f75f0e4d37 100644
(file)
--- a/
include/crypto/cryptd.h
+++ b/
include/crypto/cryptd.h
@@
-14,6
+14,7
@@
#include <linux/crypto.h>
#include <linux/kernel.h>
+#include <crypto/aead.h>
#include <crypto/hash.h>
struct cryptd_ablkcipher {