Skip to content

Commit

Permalink
crypto: authenc - 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 d6ef2f1 commit 68acbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/authenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 68acbf8

Please sign in to comment.