Skip to content

Commit

Permalink
crypto: authencesn - Include internal/aead.h
Browse files Browse the repository at this point in the history
All AEAD implementations must include internal/aead.h in order
to access required helpers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
herbertx committed May 13, 2015
1 parent 68acbf8 commit 7fb2a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/authencesn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7fb2a4b

Please sign in to comment.