crypt32/tests: Make sure to use a return value (LLVM/Clang).

oldstable
Austin English 2011-02-10 13:27:16 -08:00 committed by Alexandre Julliard
parent 29b5aab026
commit 641d74845d
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ static void test_registerDefaultOIDFunction(void)
/* Repeat a few tests on the normal encoding type */
ret = CryptRegisterDefaultOIDFunction(X509_ASN_ENCODING,
"CertDllOpenStoreProv", 0, bogusDll);
ok(ret, "CryptRegisterDefaultOIDFunction failed\n");
ret = CryptUnregisterDefaultOIDFunction(X509_ASN_ENCODING,
"CertDllOpenStoreProv", bogusDll);
ok(ret, "CryptUnregisterDefaultOIDFunction failed\n");