summaryrefslogtreecommitdiff
path: root/lib/crypto/arc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/arc4.c')
-rw-r--r--lib/crypto/arc4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/arc4.c b/lib/crypto/arc4.c
index c2020f19c652..838812d18216 100644
--- a/lib/crypto/arc4.c
+++ b/lib/crypto/arc4.c
@@ -71,4 +71,5 @@ void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len)
}
EXPORT_SYMBOL(arc4_crypt);
+MODULE_DESCRIPTION("ARC4 Cipher Algorithm");
MODULE_LICENSE("GPL");