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
- Lines: 8
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/crypto/cast5.c
- Orig date:
2003-11-28 10:26:19.000000000 -0800
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)