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
f215784e
Commit
f215784e
authored
May 05, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptdlg: Remove variable headingSep which is not really used from CRYPT_FormatCPS.
parent
b8ee1459
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
main.c
dlls/cryptdlg/main.c
+1
-7
No files found.
dlls/cryptdlg/main.c
View file @
f215784e
...
@@ -534,19 +534,13 @@ static BOOL CRYPT_FormatCPS(DWORD dwCertEncodingType,
...
@@ -534,19 +534,13 @@ static BOOL CRYPT_FormatCPS(DWORD dwCertEncodingType,
if
((
ret
=
CryptDecodeObjectEx
(
dwCertEncodingType
,
X509_UNICODE_ANY_STRING
,
if
((
ret
=
CryptDecodeObjectEx
(
dwCertEncodingType
,
X509_UNICODE_ANY_STRING
,
pbEncoded
,
cbEncoded
,
CRYPT_DECODE_ALLOC_FLAG
,
NULL
,
&
cpsValue
,
&
size
)))
pbEncoded
,
cbEncoded
,
CRYPT_DECODE_ALLOC_FLAG
,
NULL
,
&
cpsValue
,
&
size
)))
{
{
LPCWSTR
headingSep
,
sep
;
LPCWSTR
sep
;
DWORD
sepLen
;
DWORD
sepLen
;
if
(
dwFormatStrType
&
CRYPT_FORMAT_STR_MULTI_LINE
)
if
(
dwFormatStrType
&
CRYPT_FORMAT_STR_MULTI_LINE
)
{
headingSep
=
colonCrlf
;
sep
=
crlf
;
sep
=
crlf
;
}
else
else
{
headingSep
=
colonSpace
;
sep
=
commaSep
;
sep
=
commaSep
;
}
sepLen
=
strlenW
(
sep
);
sepLen
=
strlenW
(
sep
);
...
...
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