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
cc88619f
Commit
cc88619f
authored
Oct 18, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Get rid of an unused key.
parent
6763841e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
msg.c
dlls/crypt32/msg.c
+0
-3
No files found.
dlls/crypt32/msg.c
View file @
cc88619f
...
...
@@ -801,7 +801,6 @@ typedef struct _CSignerHandles
{
HCRYPTHASH
contentHash
;
HCRYPTHASH
authAttrHash
;
HCRYPTKEY
key
;
}
CSignerHandles
;
typedef
struct
_CSignedMsgData
...
...
@@ -858,8 +857,6 @@ static void CSignedMsgData_CloseHandles(CSignedMsgData *msg_data)
for
(
i
=
0
;
i
<
msg_data
->
info
->
cSignerInfo
;
i
++
)
{
if
(
msg_data
->
signerHandles
[
i
].
key
)
CryptDestroyKey
(
msg_data
->
signerHandles
[
i
].
key
);
if
(
msg_data
->
signerHandles
[
i
].
contentHash
)
CryptDestroyHash
(
msg_data
->
signerHandles
[
i
].
contentHash
);
if
(
msg_data
->
signerHandles
[
i
].
authAttrHash
)
...
...
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