From: David S. Miller Date: Fri, 26 Oct 2007 07:37:12 +0000 (-0700) Subject: [CRYPTO]: HMAC needs some more scatterlist fixups. X-Git-Tag: v2.6.24-rc2~132^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6767721a563acb172c73f693fcf719b3b3d6716;p=pandora-kernel.git [CRYPTO]: HMAC needs some more scatterlist fixups. hmac_setkey(), hmac_init(), and hmac_final() have a singular on-stack scatterlist. Initialit is using sg_init_one() instead of using sg_set_buf(). Signed-off-by: David S. Miller --- Reading git-diff-tree failed