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
- Lines: 8
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/crypto/twofish.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
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)