mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
crypto: xts - Add softdep on ecb
The xts module needs ecb to be present as it's meant to work on top of ecb. This patch adds a softdep so ecb can be included automatically into the initramfs. Reported-by: rftc <rftc@gmx.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
fffe799b6c
commit
dfe085d8dc
1 changed files with 1 additions and 0 deletions
|
@ -466,3 +466,4 @@ MODULE_LICENSE("GPL");
|
||||||
MODULE_DESCRIPTION("XTS block cipher mode");
|
MODULE_DESCRIPTION("XTS block cipher mode");
|
||||||
MODULE_ALIAS_CRYPTO("xts");
|
MODULE_ALIAS_CRYPTO("xts");
|
||||||
MODULE_IMPORT_NS(CRYPTO_INTERNAL);
|
MODULE_IMPORT_NS(CRYPTO_INTERNAL);
|
||||||
|
MODULE_SOFTDEP("pre: ecb");
|
||||||
|
|
Loading…
Add table
Reference in a new issue