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:
68acbf8
)
crypto: authencesn - Include internal/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:42 +0000
(17:47 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:26 +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>
crypto/authencesn.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/authencesn.c
b/crypto/authencesn.c
index 024bff2344fcff9d0ae3af5c04b4a75280dd2d4a..91e2cc31086af6aaf245a40b833eb305d2d337a2 100644
(file)
--- a/
crypto/authencesn.c
+++ b/
crypto/authencesn.c
@@
-12,7
+12,7
@@
*
*/
-#include <crypto/aead.h>
+#include <crypto/
internal/
aead.h>
#include <crypto/internal/hash.h>
#include <crypto/internal/skcipher.h>
#include <crypto/authenc.h>