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:
d6ef2f1
)
crypto: authenc - Include internal/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:41 +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/authenc.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/authenc.c
b/crypto/authenc.c
index 78fb16cab13f9660553a0705941608ec3a59d88a..325f37abd339632d180b2945a4a8b94d66332b61 100644
(file)
--- a/
crypto/authenc.c
+++ b/
crypto/authenc.c
@@
-10,7
+10,7
@@
*
*/
-#include <crypto/aead.h>
+#include <crypto/
internal/
aead.h>
#include <crypto/internal/hash.h>
#include <crypto/internal/skcipher.h>
#include <crypto/authenc.h>