diff options
| author | Jon Oberheide <jon@focalhost.com> | 2004-03-03 08:15:04 -0800 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2004-03-03 08:15:04 -0800 |
| commit | dd2514fea45ffc9242fcd1bb2b7a4cfc29cf01df (patch) | |
| tree | 59eaa66744d6a291590fb4ac084a4b9ba1f30cd2 /crypto/Makefile | |
| parent | 0db1f9e3b83304bb7e17872f737ae2d333ff8a2b (diff) | |
[CRYPTO]: Add ARC4 module.
Diffstat (limited to 'crypto/Makefile')
| -rw-r--r-- | crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 515c0f1aac61..fbec5fe71127 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o obj-$(CONFIG_CRYPTO_AES) += aes.o obj-$(CONFIG_CRYPTO_CAST5) += cast5.o obj-$(CONFIG_CRYPTO_CAST6) += cast6.o +obj-$(CONFIG_CRYPTO_ARC4) += arc4.o obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o |
