From 498d8738e392493d2953dfc0e1a677d21b31f3e2 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 16 Feb 2011 18:34:28 -0800 Subject: [PATCH] crypt32/tests: Make sure to use a return value (LLVM/Clang). --- dlls/crypt32/tests/cert.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/crypt32/tests/cert.c b/dlls/crypt32/tests/cert.c index b1a993dff37..e33874060c7 100644 --- a/dlls/crypt32/tests/cert.c +++ b/dlls/crypt32/tests/cert.c @@ -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[] = {