Skip to content

Commit

Permalink
crypto: algif_aead - Include crypto/aead.h
Browse files Browse the repository at this point in the history
All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.

Signed-off-by: Herbert Xu <[email protected]>
Acked-by: David S. Miller <[email protected]>
  • Loading branch information
herbertx committed Apr 23, 2015
1 parent 34ed9a3 commit 89081da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/algif_aead.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* any later version.
*/

#include <crypto/aead.h>
#include <crypto/scatterwalk.h>
#include <crypto/if_alg.h>
#include <linux/init.h>
Expand Down

0 comments on commit 89081da

Please sign in to comment.