Commit 251ccfc8 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32/tests: Fix another test failure on Win98.

parent 8fbcad75
......@@ -3506,10 +3506,13 @@ static ChainCheck chainCheck[] = {
{ { CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_HAS_PREFERRED_ISSUER },
{ 0, 0 },
1, iTunesSimpleStatus }, 0 },
/* The google chain may or may not have its root trusted, so ignore the error
/* The google chain may or may not have its root trusted, so ignore the error.
* The chain is also considered not time nested on Win98, so ignore that
* error too.
*/
{ { sizeof(googleChain) / sizeof(googleChain[0]), googleChain },
{ { CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_HAS_PREFERRED_ISSUER },
{ { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_TIME_NESTED,
CERT_TRUST_HAS_PREFERRED_ISSUER },
{ CERT_TRUST_IS_NOT_TIME_VALID, 0 },
1, googleSimpleStatus }, 0 },
/* The openssl chain may or may not have its root trusted, so ignore the error
......
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