Commit 7fb2a4bd authored by Herbert Xu's avatar Herbert Xu

crypto: authencesn - Include internal/aead.h

All AEAD implementations must include internal/aead.h in order
to access required helpers.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 68acbf84
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment