aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 05:47:43 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-12 22:31:28 -0400
commitb579d42672b41dc7f1641df7790dfd906fee7aa8 (patch)
tree44b12d034f6a79dde1bfdd4fc7fbf48806893bab /drivers/crypto
parent7fb2a4bdce6b609cf8df44f409b0b853ff39b585 (diff)
crypto: caam - Include internal/aead.h
All AEAD implementations must include internal/aead.h in order to access required helpers. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/caam/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/compat.h b/drivers/crypto/caam/compat.h
index acd7743e2603..f57f395db33f 100644
--- a/drivers/crypto/caam/compat.h
+++ b/drivers/crypto/caam/compat.h
@@ -32,7 +32,7 @@
32#include <crypto/des.h> 32#include <crypto/des.h>
33#include <crypto/sha.h> 33#include <crypto/sha.h>
34#include <crypto/md5.h> 34#include <crypto/md5.h>
35#include <crypto/aead.h> 35#include <crypto/internal/aead.h>
36#include <crypto/authenc.h> 36#include <crypto/authenc.h>
37#include <crypto/scatterwalk.h> 37#include <crypto/scatterwalk.h>
38#include <crypto/internal/skcipher.h> 38#include <crypto/internal/skcipher.h>