Commit cd434dd9 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Change expected behavior of a test to match Windows Vista/2008.

parent 12a848e5
......@@ -1573,8 +1573,7 @@ static ChainCheck chainCheckNoStore[] = {
0 },
{ { sizeof(chain8) / sizeof(chain8[0]), chain8 },
{ { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
{ CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
CERT_TRUST_IS_NOT_TIME_VALID, 0 },
{ CERT_TRUST_IS_PARTIAL_CHAIN, 0 },
1, simpleStatus8NoStore },
TODO_ERROR | TODO_INFO },
};
......
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