crypto: testmgr - allow compression algs in fips mode
authorMilan Broz <mbroz@redhat.com>
Thu, 6 Dec 2012 09:16:28 +0000 (17:16 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Dec 2012 09:16:28 +0000 (17:16 +0800)
When in fips mode, compression algoritms fails to initialize,
e.g. modprobe ubifs returns
  UBIFS error: compr_init: cannot initialize compressor lzo, error -2

FIPS mode should not care about compression algoritms at all.

Patch just set fips_enabled flag to 1 to all compression algorithms
managed by testmgr.

Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c

Simple merge