projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98014a
)
crypto: blkcipher - Include crypto/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:49 +0000
(17:47 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:34 +0000
(10:31 +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>
crypto/blkcipher.c
patch
|
blob
|
history
diff --git
a/crypto/blkcipher.c
b/crypto/blkcipher.c
index
0122bec
..
11b9814
100644
(file)
--- a/
crypto/blkcipher.c
+++ b/
crypto/blkcipher.c
@@
-14,6
+14,7
@@
*
*/
+#include <crypto/aead.h>
#include <crypto/internal/skcipher.h>
#include <crypto/scatterwalk.h>
#include <linux/errno.h>