rsaenh/tests: Don't check result twice (Coccinelle).

This commit is contained in:
Paul Vriens 2010-01-12 13:42:51 +01:00 committed by Alexandre Julliard
parent 0d302bb60c
commit 8a737bc1ba

View file

@ -275,7 +275,6 @@ static BOOL derive_key(ALG_ID aiAlgid, HCRYPTKEY *phKey, DWORD len)
return FALSE;
}
ok(result, "%08x\n", GetLastError());
if (!result) return FALSE;
result = CryptHashData(hHash, pbData, sizeof(pbData), 0);
ok(result, "%08x\n", GetLastError());
if (!result) return FALSE;