diff options
Diffstat (limited to 'crypto/arc4.c')
-rw-r--r-- | crypto/arc4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/arc4.c b/crypto/arc4.c index 5a772c3657d5..f1a81925558f 100644 --- a/crypto/arc4.c +++ b/crypto/arc4.c | |||
@@ -166,3 +166,4 @@ module_exit(arc4_exit); | |||
166 | MODULE_LICENSE("GPL"); | 166 | MODULE_LICENSE("GPL"); |
167 | MODULE_DESCRIPTION("ARC4 Cipher Algorithm"); | 167 | MODULE_DESCRIPTION("ARC4 Cipher Algorithm"); |
168 | MODULE_AUTHOR("Jon Oberheide <jon@oberheide.org>"); | 168 | MODULE_AUTHOR("Jon Oberheide <jon@oberheide.org>"); |
169 | MODULE_ALIAS_CRYPTO("arc4"); | ||