| Kernel v2.6.9-rc1-bk19 /crypto/Makefile |
|---|
 2.6.9-rc1-bk19
 crypto
 Makefile
diff -Nru a/crypto/Makefile b/crypto/Makefile
--- a/crypto/Makefile 2004-08-09 16:43:25 -07:00
+++ b/crypto/Makefile 2004-08-24 11:26:41 -07:00
@@ -14,6 +14,7 @@
obj-$(CONFIG_CRYPTO_SHA1) += sha1.o
obj-$(CONFIG_CRYPTO_SHA256) += sha256.o
obj-$(CONFIG_CRYPTO_SHA512) += sha512.o
+obj-$(CONFIG_CRYPTO_WHIRLPOOL) += whirlpool.o
obj-$(CONFIG_CRYPTO_DES) += des.o
obj-$(CONFIG_CRYPTO_BLOWFISH) += blowfish.o
obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o
|