patch-2.4.25 linux-2.4.25/crypto/crypto_null.c
Next file: linux-2.4.25/crypto/des.c
Previous file: linux-2.4.25/crypto/cipher.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/crypto_null.c
 -  Orig date: 
2003-08-25 04:44:40.000000000 -0700
 
diff -urN linux-2.4.24/crypto/crypto_null.c linux-2.4.25/crypto/crypto_null.c
@@ -89,7 +89,6 @@
 	.cra_u			=	{ .cipher = {
 	.cia_min_keysize	=	NULL_KEY_SIZE,
 	.cia_max_keysize	=	NULL_KEY_SIZE,
-	.cia_ivsize		=	0,
 	.cia_setkey		= 	null_setkey,
 	.cia_encrypt		=	null_encrypt,
 	.cia_decrypt		=	null_decrypt } }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)