public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s/whirlpool_tv_template/wp512_tv_template/g
@ 2004-10-03 11:10 Krzysztof Taraszka
  2004-10-03 13:24 ` Krzysztof Taraszka
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Taraszka @ 2004-10-03 11:10 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

patch for 2.4.28-pre3-bk6, fix compilation error

-- 
Krzysztof Taraszka                                   (dzimi@pld-linux.org)
http://cyborg.kernel.pl/~dzimi/
http://dzimi.jogger.pl/

[-- Attachment #2: patch-2.4.28-pre3-bk6-wp512-tcrypt.c.patch --]
[-- Type: text/x-diff, Size: 890 bytes --]

--- linux-2.4.28-pre3-bk6.orig/crypto/tcrypt.c	2004-10-03 13:03:26.000000000 +0200
+++ linux-2.4.28-pre3-bk6/crypto/tcrypt.c	2004-10-03 13:07:49.266052776 +0200
@@ -581,7 +581,7 @@
 
 		test_hash("sha384", sha384_tv_template, SHA384_TEST_VECTORS);
 		test_hash("sha512", sha512_tv_template, SHA512_TEST_VECTORS);
-		test_hash("whirlpool", whirlpool_tv_template, WHIRLPOOL_TEST_VECTORS);
+		test_hash("whirlpool", wp512_tv_template, WHIRLPOOL_TEST_VECTORS);
 		test_deflate();		
 #ifdef CONFIG_CRYPTO_HMAC
 		test_hmac("md5", hmac_md5_tv_template, HMAC_MD5_TEST_VECTORS);
@@ -688,7 +688,7 @@
 		test_cipher ("khazad", MODE_ECB, DECRYPT, khazad_dec_tv_template, KHAZAD_DEC_TEST_VECTORS);
 		break;
 	case 22:
-		test_hash("whirlpool", whirlpool_tv_template, WHIRLPOOL_TEST_VECTORS);
+		test_hash("whirlpool", wp512_tv_template, WHIRLPOOL_TEST_VECTORS);
 		break;
 
 #ifdef CONFIG_CRYPTO_HMAC

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-03 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-03 11:10 [PATCH] s/whirlpool_tv_template/wp512_tv_template/g Krzysztof Taraszka
2004-10-03 13:24 ` Krzysztof Taraszka
2004-10-03 22:51   ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox