From 0d339e7ffb63c6484011e05c1e538b6d76618ec4 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 27 Jun 2012 17:00:54 +0200 Subject: [PATCH] fips/module-setup.sh: s/aes-xts/xts --- 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 9f76976ed..3a35c9beb 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_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" -- 2.47.3