[PATCH 2.6.37.2 1/1] crypto: Uninitialized variable fix.

2011-02-25 Thread Atul Sowani
Array inter[4] was uninitialized in anubis_crypt() and was causing compiler warning. Added the array initialization. Signed-off-by: Atul Sowani sow...@gmail.com --- diff a/crypto/anubis.c b/crypto/anubis.c --- a/crypto/anubis.c 2011-02-25 04:39:00.0 +0530 +++ b/crypto/anubis.c

Re: [PATCH 2.6.37.2 1/1] crypto: Uninitialized variable fix.

2011-02-25 Thread Greg KH
On Fri, Feb 25, 2011 at 11:28:28PM +0530, Atul Sowani wrote: Array inter[4] was uninitialized in anubis_crypt() and was causing compiler warning. Added the array initialization. Signed-off-by: Atul Sowani sow...@gmail.com --- diff a/crypto/anubis.c b/crypto/anubis.c --- a/crypto/anubis.c