The blk version of arc4 is comming. The rename ensures that the request for arc4 loads both modules: this one and the new blk edition. Cc: <linux-ppp@xxxxxxxxxxxxxxx> Signed-off-by: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx> --- crypto/Makefile | 2 +- crypto/{arc4.c => arc4cip.c} | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) rename crypto/{arc4.c => arc4cip.c} (98%) diff --git a/crypto/Makefile b/crypto/Makefile index 9e8f619..1f15112 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -67,7 +67,7 @@ obj-$(CONFIG_CRYPTO_AES) += aes_generic.o obj-$(CONFIG_CRYPTO_CAMELLIA) += camellia.o obj-$(CONFIG_CRYPTO_CAST5) += cast5.o obj-$(CONFIG_CRYPTO_CAST6) += cast6.o -obj-$(CONFIG_CRYPTO_ARC4) += arc4.o +obj-$(CONFIG_CRYPTO_ARC4) += arc4cip.o obj-$(CONFIG_CRYPTO_TEA) += tea.o obj-$(CONFIG_CRYPTO_KHAZAD) += khazad.o obj-$(CONFIG_CRYPTO_ANUBIS) += anubis.o diff --git a/crypto/arc4.c b/crypto/arc4cip.c similarity index 98% rename from crypto/arc4.c rename to crypto/arc4cip.c index 8be47e1..bf04659 100644 --- a/crypto/arc4.c +++ b/crypto/arc4cip.c @@ -102,3 +102,4 @@ module_exit(arc4_exit); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("ARC4 Cipher Algorithm"); MODULE_AUTHOR("Jon Oberheide <jon@xxxxxxxxxxxxx>"); +MODULE_ALIAS("arc4"); -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html