[CRYPTO] tcrypt: Add missing error check
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 May 2007 06:25:19 +0000 (16:25 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 May 2007 06:25:19 +0000 (16:25 +1000)
The return value of crypto_hash_final isn't checked in test_hash_cycles.
This patch corrects this.  Thanks to Eric Sesterhenn for reporting this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found