Skip to content

Commit

Permalink
crypto: testmgr - 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 1ce5a04 commit 1ce3311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*
*/

#include <crypto/aead.h>
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/fips.h>
Expand Down

0 comments on commit 1ce3311

Please sign in to comment.