From: abergmann@suse.com
Subject: We need to activate cmac(aes) in FIPS mode
Patch-mainline: Not yet, apply early in 2015 for strict FIPS 140-2 compliance
References: bnc#905296

We need to activate cmac(aes) in FIPS mode.

Note that currently cmac is a module, so 
modules.d/01fips/module-setup.sh needs an update, too.

Acked-by: Torsten Duwe <duwe@suse.de>

---
 crypto/testmgr.c |    1 +
 1 file changed, 1 insertion(+)

--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2477,6 +2477,7 @@ static const struct alg_test_desc alg_te
 		.alg = "cmac(aes)",
 		.fips_allowed = 1,
 		.test = alg_test_hash,
+		.fips_allowed = 1,
 		.suite = {
 			.hash = {
 				.vecs = aes_cmac128_tv_template,
