projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ed9a3
)
crypto: algif_aead - Include crypto/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 07:06:28 +0000
(15:06 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:10 +0000
(14:18 +0800)
All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
crypto/algif_aead.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/algif_aead.c
b/crypto/algif_aead.c
index 00a6fe166fed52863e5b6249858adeee5690a394..53702e9c6820b279ccae1715d1a4c8e5da1ea770 100644
(file)
--- a/
crypto/algif_aead.c
+++ b/
crypto/algif_aead.c
@@
-13,6
+13,7
@@
* any later version.
*/
+#include <crypto/aead.h>
#include <crypto/scatterwalk.h>
#include <crypto/if_alg.h>
#include <linux/init.h>