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
443fdf27
Commit
443fdf27
authored
Feb 17, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 18, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Merge two traces.
parent
63303048
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
chain.c
dlls/crypt32/chain.c
+2
-3
No files found.
dlls/crypt32/chain.c
View file @
443fdf27
...
@@ -800,9 +800,8 @@ static void dump_element(PCCERT_CONTEXT cert)
...
@@ -800,9 +800,8 @@ static void dump_element(PCCERT_CONTEXT cert)
TRACE_
(
chain
)(
"issued to %s
\n
"
,
debugstr_w
(
name
));
TRACE_
(
chain
)(
"issued to %s
\n
"
,
debugstr_w
(
name
));
CryptMemFree
(
name
);
CryptMemFree
(
name
);
}
}
TRACE_
(
chain
)(
"valid from %s"
,
TRACE_
(
chain
)(
"valid from %s to %s
\n
"
,
debugstr_w
(
filetime_to_str
(
&
cert
->
pCertInfo
->
NotBefore
)));
debugstr_w
(
filetime_to_str
(
&
cert
->
pCertInfo
->
NotBefore
)),
TRACE_
(
chain
)(
"to %s
\n
"
,
debugstr_w
(
filetime_to_str
(
&
cert
->
pCertInfo
->
NotAfter
)));
debugstr_w
(
filetime_to_str
(
&
cert
->
pCertInfo
->
NotAfter
)));
TRACE_
(
chain
)(
"%d extensions
\n
"
,
cert
->
pCertInfo
->
cExtension
);
TRACE_
(
chain
)(
"%d extensions
\n
"
,
cert
->
pCertInfo
->
cExtension
);
for
(
i
=
0
;
i
<
cert
->
pCertInfo
->
cExtension
;
i
++
)
for
(
i
=
0
;
i
<
cert
->
pCertInfo
->
cExtension
;
i
++
)
...
...
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