patch-2.4.27 linux-2.4.27/crypto/Makefile
Next file: linux-2.4.27/crypto/cipher.c
Previous file: linux-2.4.27/crypto/Config.in
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2004-08-07 16:26:04.638346120 -0700
- Orig file:
linux-2.4.26/crypto/Makefile
- Orig date:
2004-04-14 06:05:28.000000000 -0700
diff -urN linux-2.4.26/crypto/Makefile linux-2.4.27/crypto/Makefile
@@ -27,7 +27,9 @@
obj-$(CONFIG_CRYPTO_CAST5) += cast5.o
obj-$(CONFIG_CRYPTO_CAST6) += cast6.o
obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
+obj-$(CONFIG_CRYPTO_TEA) += tea.o
obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o
+obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)