projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb2a4b
)
crypto: caam - Include internal/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:43 +0000
(17:47 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:28 +0000
(10:31 +0800)
All AEAD implementations must include internal/aead.h in order
to access required helpers.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/compat.h
patch
|
blob
|
history
diff --git
a/drivers/crypto/caam/compat.h
b/drivers/crypto/caam/compat.h
index
acd7743
..
f57f395
100644
(file)
--- a/
drivers/crypto/caam/compat.h
+++ b/
drivers/crypto/caam/compat.h
@@
-32,7
+32,7
@@
#include <crypto/des.h>
#include <crypto/sha.h>
#include <crypto/md5.h>
-#include <crypto/aead.h>
+#include <crypto/
internal/
aead.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>
#include <crypto/internal/skcipher.h>