]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/tcrypt.c
crypto: tcrypt - Include linux/fips.h for fips_enabled
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 05:25:57 +0000 (13:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:09 +0000 (14:18 +0800)
commitdaf0944cfb1fd2f6ca17fd4ed1ecbbef63d8f8f8
tree330b422490d3929e5530a88809c5abec2f426794
parent94072cb20eed369c64364c95bcfa3c012f54f466
crypto: tcrypt - 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 which is reserved for
internal crypto API implementors.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c