commit | 68acbf843c1c6f11e4e534b5df33517e8870b55a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon May 11 17:47:41 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 13 10:31:26 2015 +0800 |
tree | d976aa05d5afd0b4fe2e2e2534c5e10f880b2098 | |
parent | d6ef2f198d4c9d95b77ee4918b97fc8a53c8a7b7 [diff] [blame] |
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>
diff --git a/crypto/authenc.c b/crypto/authenc.c index 78fb16c..325f37a 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>