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
52ead992
Commit
52ead992
authored
May 05, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32/tests: Remove variable entry which is not really used from test_decodeCRLToBeSigned.
parent
34f9b1bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
encode.c
dlls/crypt32/tests/encode.c
+0
-2
No files found.
dlls/crypt32/tests/encode.c
View file @
52ead992
...
...
@@ -4595,13 +4595,11 @@ static void test_decodeCRLToBeSigned(DWORD dwEncoding)
if
(
buf
)
{
CRL_INFO
*
info
=
(
CRL_INFO
*
)
buf
;
CRL_ENTRY
*
entry
;
ok
(
size
>=
sizeof
(
CRL_INFO
),
"Wrong size %d
\n
"
,
size
);
ok
(
info
->
cCRLEntry
==
3
,
"Expected 3 CRL entries, got %d
\n
"
,
info
->
cCRLEntry
);
ok
(
info
->
rgCRLEntry
!=
NULL
,
"Expected a valid CRL entry array
\n
"
);
entry
=
info
->
rgCRLEntry
;
ok
(
info
->
cExtension
==
2
,
"Expected 2 extensions, got %d
\n
"
,
info
->
cExtension
);
LocalFree
(
buf
);
...
...
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