crypt32: Not finding an issuer shouldn't cause chain creation to fail.

This commit is contained in:
Juan Lang 2007-09-06 09:58:56 -07:00 committed by Alexandre Julliard
parent 8698a598fc
commit 818634d69a
2 changed files with 3 additions and 3 deletions

View File

@ -544,8 +544,8 @@ static BOOL CRYPT_BuildSimpleChain(HCERTCHAINENGINE hChainEngine,
}
else
{
TRACE("Couldn't find issuer, aborting chain creation\n");
ret = FALSE;
TRACE("Couldn't find issuer, halting chain creation\n");
break;
}
}
if (ret)

View File

@ -1583,7 +1583,7 @@ static ChainCheck chainCheckNoStore[] = {
{ CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
CERT_TRUST_IS_NOT_TIME_VALID, 0 },
1, simpleStatus8NoStore },
TODO_CHAIN | TODO_ERROR | TODO_INFO },
TODO_INFO },
};
/* Wednesday, Oct 1, 2007 */