diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-11 17:47:41 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-05-13 10:31:26 +0800 |
commit | 68acbf843c1c6f11e4e534b5df33517e8870b55a (patch) | |
tree | d976aa05d5afd0b4fe2e2e2534c5e10f880b2098 /crypto | |
parent | d6ef2f198d4c9d95b77ee4918b97fc8a53c8a7b7 (diff) | |
download | linux-stable-68acbf843c1c6f11e4e534b5df33517e8870b55a.tar.gz linux-stable-68acbf843c1c6f11e4e534b5df33517e8870b55a.tar.bz2 linux-stable-68acbf843c1c6f11e4e534b5df33517e8870b55a.zip |
crypto: authenc - 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 'crypto')
-rw-r--r-- | crypto/authenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/authenc.c b/crypto/authenc.c index 78fb16cab13f..325f37abd339 100644 --- 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> |