rsaenh/tests: Don't check result twice (Coccinelle).
This commit is contained in:
parent
0d302bb60c
commit
8a737bc1ba
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue