summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-04-22 13:25:58 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-04-23 14:18:10 +0800
commitd16d75710dd74580d3d155cb5602472f32ca452a (patch)
tree69570abaa4bfc2520c2cef8212796eb66fda32de /crypto/testmgr.c
parented8a997867c904b7641078f90637ea3876cc1ae9 (diff)
downloadlinux-crypto-d16d75710dd74580d3d155cb5602472f32ca452a.tar.gz
linux-crypto-d16d75710dd74580d3d155cb5602472f32ca452a.zip
crypto: testmgr - Include linux/fips.h for fips_enabled
All users of fips_enabled should include linux/fips.h directly instead of getting it through internal.h. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index f9bce3d7..18b7d49d 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -22,6 +22,7 @@
#include <crypto/hash.h>
#include <linux/err.h>
+#include <linux/fips.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/slab.h>