X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=crypto%2Fshash.c;h=23e05a1e9038779d9d517e6ca292ae7083352a73;hp=783231090005ab489e0585c9882d74839923f5ed;hb=deee2289b932d512035f579b8f8e178796564ba1;hpb=f88ad8de282a9c4afd79fb0b4b536025f24a2005 diff --git a/crypto/shash.c b/crypto/shash.c index 7832310..23e05a1 100644 --- a/crypto/shash.c +++ b/crypto/shash.c @@ -180,7 +180,7 @@ int crypto_shash_import(struct shash_desc *desc, const u8 *in) memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(tfm)); if (alg->reinit) - alg->reinit(desc); + return alg->reinit(desc); return 0; }