crypt32: The preferred issuer flag appears to be a bug in XP, so don't set it.

This commit is contained in:
Juan Lang 2007-08-30 17:49:27 -07:00 committed by Alexandre Julliard
parent 6a8a7362cc
commit cf2047fd72
1 changed files with 0 additions and 4 deletions

View File

@ -255,10 +255,6 @@ static BOOL CRYPT_AddCertToSimpleChain(PCERT_SIMPLE_CHAIN chain,
if (dwFlags & CERT_STORE_TIME_VALIDITY_FLAG)
element->TrustStatus.dwErrorStatus |=
CERT_TRUST_IS_NOT_TIME_VALID;
/* It appears, from every example certificate chain I've found,
* that this flag is always set:
*/
element->TrustStatus.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER;
if (chain->cElement)
{
PCERT_CHAIN_ELEMENT prevElement =