]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - crypto/fips.c
crypto: fips - Remove bogus inclusion of internal.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 05:25:54 +0000 (13:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:08 +0000 (14:18 +0800)
commit76450f93f17bb03a27476371c4c907e26a3c78a4
treea0f569d42e97046a587381acce2c8492b56def9f
parent3133d76fc60bce6f3e00efb6c3540f2f449ff569
crypto: fips - Remove bogus inclusion of internal.h

The header file internal.h is only meant for internal crypto API
implementors such as rng.c.  So fips has no business in including
it.

This patch removes that inclusions and instead adds inclusions of
the actual features used by fips.

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