[PATCH]

From: Michal Ludvig
Date: Thu Aug 05 2004 - 09:05:31 EST


Hi James,

the aes-i586 patch recently added to BK breaks compilation of AES on
non-i586 platforms. Attached patch fixes it.

BTW Why was the config option renamed to CRYPTO_AES_GENERIC? The
optimized implementations had their own names anyway (e.g.
CRYPTO_AES_586) and wouldn't collide. Couldn't we revert this little change?

Michal Ludvig
--
SUSE Labs mludvig@xxxxxxx
(+420) 296.542.396 http://www.suse.cz
Personal homepage http://www.logix.cz/michal
Index: linux-2.6.7/crypto/Makefile
===================================================================
--- linux-2.6.7.orig/crypto/Makefile 2004-08-05 17:44:32.428599792 +0200
+++ linux-2.6.7/crypto/Makefile 2004-08-05 17:46:07.589133192 +0200
@@ -18,7 +18,7 @@
obj-$(CONFIG_CRYPTO_BLOWFISH) += blowfish.o
obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o
obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o
-obj-$(CONFIG_CRYPTO_AES) += aes.o
+obj-$(CONFIG_CRYPTO_AES_GENERIC) += aes.o
obj-$(CONFIG_CRYPTO_CAST5) += cast5.o
obj-$(CONFIG_CRYPTO_CAST6) += cast6.o
obj-$(CONFIG_CRYPTO_ARC4) += arc4.o

Attachment: signature.asc
Description: OpenPGP digital signature