crypt32: Remove elementStatus29, simpleStatus29, andnoMatchingNameBrokenStatus.

This commit is contained in:
Gerald Pfeifer 2014-08-23 19:14:55 +02:00 committed by Alexandre Julliard
parent 2d56e77537
commit fdfd6b6342
1 changed files with 0 additions and 12 deletions

View File

@ -3347,14 +3347,6 @@ static CONST_DATA_BLOB chain29[] = {
{ sizeof(chain0_0), chain0_0 }, { sizeof(chain0_0), chain0_0 },
{ sizeof(chain29_1), chain29_1 }, { sizeof(chain29_1), chain29_1 },
}; };
static const CERT_TRUST_STATUS elementStatus29[] = {
{ CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
{ CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT,
CERT_TRUST_IS_SELF_SIGNED | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
};
static const SimpleChainStatusCheck simpleStatus29[] = {
{ sizeof(elementStatus29) / sizeof(elementStatus29[0]), elementStatus29 },
};
static CONST_DATA_BLOB chain30[] = { static CONST_DATA_BLOB chain30[] = {
{ sizeof(chain0_0), chain0_0 }, { sizeof(chain0_0), chain0_0 },
{ sizeof(chain30_1), chain30_1 }, { sizeof(chain30_1), chain30_1 },
@ -4228,10 +4220,6 @@ static const ChainPolicyCheck googlePolicyCheckWithMatchingName = {
{ 0, 0, -1, -1, NULL}, &expiredStatus, 0 { 0, 0, -1, -1, NULL}, &expiredStatus, 0
}; };
/* Windows NT 4 has a different error code when the name doesn't match. */
static const CERT_CHAIN_POLICY_STATUS noMatchingNameBrokenStatus =
{ 0, CERT_E_ROLE, 0, 0, NULL };
/* Win98 does not trust the root of the OpenSSL chain or the Stanford chain */ /* Win98 does not trust the root of the OpenSSL chain or the Stanford chain */
static const CERT_CHAIN_POLICY_STATUS untrustedRootStatus = static const CERT_CHAIN_POLICY_STATUS untrustedRootStatus =
{ 0, CERT_E_UNTRUSTEDROOT, 0, 0, NULL }; { 0, CERT_E_UNTRUSTEDROOT, 0, 0, NULL };