* Tan Swee Heng | 2007-12-17 01:59:26 [+0800]:
>The salsa20_32.c file is renamed to salsa20_glue.c. This is done
git-format-patch -M produces a smaller patch because it can detect
renames. Just a note for the future :)
>diff --git a/arch/x86/crypto/salsa20_glue.c b/arch/x86/crypto/salsa20_glue.c
>new file mode 100644
>index 0000000..8592ccb
>--- /dev/null
>+++ b/arch/x86/crypto/salsa20_glue.c
>+static struct crypto_alg alg = {
>+ .cra_name = "salsa20",
>+ .cra_driver_name = "salsa20-asm",
>+MODULE_ALIAS("salsa20");
I guess Herbert wants to see here a
MODULE_ALIAS("salsa20-asm");
here as well.
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html