Re: [PATCH 1/4] Twofish cipher - split out common c code

From: Herbert Xu
Date: Wed Jun 07 2006 - 21:57:04 EST


On Wed, Jun 07, 2006 at 09:37:23PM +0200, Joachim Fritschi wrote:
>
> diff -uprN linux-2.6.17-rc5/crypto/Makefile linux-2.6.17-rc5.twofish/crypto/Makefile
> --- linux-2.6.17-rc5/crypto/Makefile 2006-06-07 18:43:24.000000000 +0200
> +++ linux-2.6.17-rc5.twofish/crypto/Makefile 2006-06-04 13:59:27.949797218 +0200
> @@ -32,3 +32,5 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += mich
> obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
>
> obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
> +
> +twofish-objs := twofish_c.o twofish_common.o

What do we gain by renaming twofish.c to twofish_c.c?
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/