Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e1b2eb34
Commit
e1b2eb34
authored
Nov 04, 2009
by
Juan Lang
Committed by
Alexandre Julliard
Nov 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Fix a test failure on NT 4.
parent
1a3777e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
chain.c
dlls/crypt32/tests/chain.c
+5
-1
No files found.
dlls/crypt32/tests/chain.c
View file @
e1b2eb34
...
@@ -2201,9 +2201,13 @@ static const ChainPolicyCheck sslPolicyCheckWithMatchingName = {
...
@@ -2201,9 +2201,13 @@ static const ChainPolicyCheck sslPolicyCheckWithMatchingName = {
{
0
,
0
,
-
1
,
-
1
,
NULL
},
NULL
,
0
{
0
,
0
,
-
1
,
-
1
,
NULL
},
NULL
,
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
};
static
const
ChainPolicyCheck
sslPolicyCheckWithoutMatchingName
=
{
static
const
ChainPolicyCheck
sslPolicyCheckWithoutMatchingName
=
{
{
sizeof
(
iTunesChain
)
/
sizeof
(
iTunesChain
[
0
]),
iTunesChain
},
{
sizeof
(
iTunesChain
)
/
sizeof
(
iTunesChain
[
0
]),
iTunesChain
},
{
0
,
CERT_E_CN_NO_MATCH
,
0
,
0
,
NULL
},
NULL
,
0
{
0
,
CERT_E_CN_NO_MATCH
,
0
,
0
,
NULL
},
&
noMatchingNameBrokenStatus
,
0
};
};
static
const
ChainPolicyCheck
authenticodePolicyCheck
[]
=
{
static
const
ChainPolicyCheck
authenticodePolicyCheck
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment