patch-2.4.25 linux-2.4.25/crypto/twofish.c

Next file: linux-2.4.25/drivers/acpi/Config.in
Previous file: linux-2.4.25/crypto/tcrypt.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/crypto/twofish.c linux-2.4.25/crypto/twofish.c
@@ -877,7 +877,6 @@
 	.cra_u              =   { .cipher = {
 	.cia_min_keysize    =   TF_MIN_KEY_SIZE,
 	.cia_max_keysize    =   TF_MAX_KEY_SIZE,
-	.cia_ivsize         =   TF_BLOCK_SIZE,
 	.cia_setkey         =   twofish_setkey,
 	.cia_encrypt        =   twofish_encrypt,
 	.cia_decrypt        =   twofish_decrypt } }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)