From 078acb598b7b8202e1cf5cfaa8b94c61d29f65fa Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 2 Apr 2012 09:01:49 +0200 Subject: [PATCH] fips: fixed aes_generic module typo --- modules.d/01fips/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index a817c177..a490827f 100755 --- a/modules.d/01fips/module-setup.sh +++ b/modules.d/01fips/module-setup.sh @@ -12,7 +12,7 @@ depends() { installkernel() { local _fipsmodules _mod - _fipsmodules="aead aes_generici aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr" + _fipsmodules="aead aes_generic aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr" _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha512" _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt"