]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fips/module-setup.sh: s/aes-xts/xts
authorHarald Hoyer <harald@redhat.com>
Wed, 27 Jun 2012 15:00:54 +0000 (17:00 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 29 Jun 2012 10:41:27 +0000 (12:41 +0200)
modules.d/01fips/module-setup.sh

index 9f76976ed3b2eab7621c44bf1df49128a6fb3b51..3a35c9beb9779b7ab98c1d48c56ae1200941a12c 100755 (executable)
@@ -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"