Skip to content

Commit

Permalink
crypto: ixp4xx - 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 <[email protected]>
  • Loading branch information
herbertx committed May 13, 2015
1 parent b579d42 commit 5290b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/ixp4xx_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <crypto/aes.h>
#include <crypto/sha.h>
#include <crypto/algapi.h>
#include <crypto/aead.h>
#include <crypto/internal/aead.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>

Expand Down

0 comments on commit 5290b42

Please sign in to comment.