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

Next file: linux-2.4.25/crypto/cast6.c
Previous file: linux-2.4.25/crypto/blowfish.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/crypto/cast5.c linux-2.4.25/crypto/cast5.c
@@ -826,7 +826,6 @@
 		.cipher = {
 			.cia_min_keysize = CAST5_MIN_KEY_SIZE,
 			.cia_max_keysize = CAST5_MAX_KEY_SIZE,
-			.cia_ivsize = CAST5_BLOCK_SIZE,
 			.cia_setkey = cast5_setkey,
 			.cia_encrypt = cast5_encrypt,
 			.cia_decrypt = cast5_decrypt

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