fips: fixed aes_generic module typo

master
Harald Hoyer 2012-04-02 09:01:49 +02:00
parent 030b8a160f
commit 078acb598b
1 changed files with 1 additions and 1 deletions

View File

@ -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"