From 6fe6c586f1b2820a38f7b42044ab73c9c767dd7b Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 18 May 2007 16:25:19 +1000 Subject: [PATCH] --- yaml --- r: 56625 b: refs/heads/master c: 29059d12e0c7f349aca6993acac20c5efbe13b81 h: refs/heads/master i: 56623: 3ee4d3f07657adc97c8ad94a3557b5cc869354c0 v: v3 --- [refs] | 2 +- trunk/crypto/tcrypt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9762df25aba5..2ac2636f4fe1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d158325e407864793c5b0fbc85c74702753333b9 +refs/heads/master: 29059d12e0c7f349aca6993acac20c5efbe13b81 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index f0aed0106adb..11f935953816 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -691,7 +691,7 @@ static int test_hash_cycles(struct hash_desc *desc, char *p, int blen, if (ret) goto out; } - crypto_hash_final(desc, out); + ret = crypto_hash_final(desc, out); if (ret) goto out; }