From: Herbert Xu Date: Thu, 4 Nov 2010 18:00:22 +0000 (-0500) Subject: crypto: hash - Fix async import on shash algorithm X-Git-Tag: v2.6.38-rc1~238^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90246e79af062fcbb8c3728a5f29cb19b3468f59;p=pandora-kernel.git crypto: hash - Fix async import on shash algorithm The function shash_async_import did not initialise the descriptor correctly prior to calling the underlying shash import function. This patch adds the required initialisation. Reported-by: Miloslav Trmac Signed-off-by: Herbert Xu --- Reading git-diff-tree failed