[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 26 Oct 2007 07:38:10 +0000 (00:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 26 Oct 2007 07:38:10 +0000 (00:38 -0700)
commitb733588559fc13547a59ccf81651c775b8f2719c
treeffcc43c310c5ca4350f0b74ea77ac16aeb4a00c0
parenta6767721a563acb172c73f693fcf719b3b3d6716
[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.

Use sg_init_one() and sg_init_table() as needed.

Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/tcrypt.c