--- 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