summaryrefslogtreecommitdiff
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorNoriaki TAKAMIYA <takamiya@po.ntts.co.jp>2007-01-24 21:47:48 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2007-02-07 09:21:03 +1100
commit8d0604004bd5a5e5e8ef0cdc595396b0e475a782 (patch)
tree8bb2ccb14cec5504886d0379a884d6e276d26a73 /crypto/Makefile
parentf499c9abd4db550637327c250a185e4c2e824b21 (diff)
downloadlinux-crypto-8d0604004bd5a5e5e8ef0cdc595396b0e475a782.tar.gz
linux-crypto-8d0604004bd5a5e5e8ef0cdc595396b0e475a782.zip
[CRYPTO] camellia: added the code of Camellia cipher algorithm.
This patch adds the main code of Camellia cipher algorithm. Signed-off-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index a3e1915e..12f93f57 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o
obj-$(CONFIG_CRYPTO_TWOFISH_COMMON) += twofish_common.o
obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o
obj-$(CONFIG_CRYPTO_AES) += aes.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