[PATCH 2.6.9-rc2 1/2] cryptoapi: update sysfs-patch

From: Andreas Happe
Date: Tue Sep 28 2004 - 07:22:43 EST


Just removes the cra_list entry from the whirlpool - cipher.

please apply after the old patch.

Signed-off-by: Andreas Happe <andreashappe@xxxxxxxxx> diff -u -r -N linux-2.6.8/crypto/whirlpool.c linux-sysfs/crypto/whirlpool.c
--- linux-2.6.8/crypto/whirlpool.c 2004-09-28 12:50:31.000000000 +0200
+++ linux-sysfs/crypto/whirlpool.c 2004-09-28 12:24:23.000000000 +0200
@@ -1106,7 +1106,6 @@
.cra_blocksize = WHIRLPOOL_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct whirlpool_ctx),
.cra_module = THIS_MODULE,
- .cra_list = LIST_HEAD_INIT(alg.cra_list),
.cra_u = { .digest = {
.dia_digestsize = WHIRLPOOL_DIGEST_SIZE,
.dia_init = whirlpool_init,