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; }