diff options
author | Herbert Xu | 2015-05-11 17:47:42 +0800 |
---|---|---|
committer | Herbert Xu | 2015-05-13 10:31:26 +0800 |
commit | 7fb2a4bdce6b609cf8df44f409b0b853ff39b585 (patch) | |
tree | d268becd7632b938c924172e4d1a0b32c4ce3e0d /crypto/authencesn.c | |
parent | 68acbf843c1c6f11e4e534b5df33517e8870b55a (diff) |
crypto: authencesn - 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/authencesn.c')
-rw-r--r-- | crypto/authencesn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/authencesn.c b/crypto/authencesn.c index 024bff2344fc..91e2cc31086a 100644 --- 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> |