mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
crypt32/tests: Make sure to use a return value (LLVM/Clang).
This commit is contained in:
parent
d583f12d8e
commit
498d8738e3
@ -1834,6 +1834,7 @@ static void testCertSigs(void)
|
||||
CryptReleaseContext(csp, 0);
|
||||
ret = pCryptAcquireContextA(&csp, cspNameA, MS_DEF_PROV_A, PROV_RSA_FULL,
|
||||
CRYPT_DELETEKEYSET);
|
||||
ok(ret, "CryptAcquireContext failed: %08x\n", GetLastError());
|
||||
}
|
||||
|
||||
static const BYTE md5SignedEmptyCert[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user