Commit 641d7484 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 29b5aab0
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment