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
11b9d020
Commit
11b9d020
authored
Jun 12, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Make some variables static and/or const.
parent
7a0396af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
oid.c
dlls/crypt32/oid.c
+5
-5
No files found.
dlls/crypt32/oid.c
View file @
11b9d020
...
...
@@ -50,8 +50,8 @@ void crypt_oid_free(void)
free_oid_info
();
}
CRITICAL_SECTION
funcSetCS
;
struct
list
funcSets
;
static
CRITICAL_SECTION
funcSetCS
;
st
atic
st
ruct
list
funcSets
;
struct
OIDFunctionSet
{
...
...
@@ -578,8 +578,8 @@ BOOL WINAPI CryptSetOIDFunctionValue(DWORD dwEncodingType, LPCSTR pszFuncName,
return
rc
?
FALSE
:
TRUE
;
}
CRITICAL_SECTION
oidInfoCS
;
struct
list
oidInfo
;
static
CRITICAL_SECTION
oidInfoCS
;
st
atic
st
ruct
list
oidInfo
;
static
const
WCHAR
tripledes
[]
=
{
'3'
,
'd'
,
'e'
,
's'
,
0
};
static
const
WCHAR
cms3deswrap
[]
=
{
'C'
,
'M'
,
'S'
,
'3'
,
'D'
,
'E'
,
'S'
,
'w'
,
'r'
,
'a'
,
...
...
@@ -677,7 +677,7 @@ static const CRYPT_DATA_BLOB printableStringBlob = { sizeof(printableString),
static
const
CRYPT_DATA_BLOB
domainCompTypesBlob
=
{
sizeof
(
domainCompTypes
),
(
LPBYTE
)
domainCompTypes
};
struct
OIDInfoConstructor
{
st
atic
const
st
ruct
OIDInfoConstructor
{
DWORD
dwGroupId
;
LPCSTR
pszOID
;
UINT
Algid
;
...
...
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