fips/module-setup.sh: s/aes-xts/xts

master
Harald Hoyer 2012-06-27 17:00:54 +02:00
parent f0558da598
commit 0d339e7ffb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ depends() {

installkernel() {
local _fipsmodules _mod
_fipsmodules="aead aes_generic aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr"
_fipsmodules="aead aes_generic 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"